When a path starts with b'//' it will not be converted to a PurePath, as the handling of such filenames is platform dependent (Windows handles those weirdly, like appending a slash to any path).
When a path starts with b'//' it will not be converted to a PurePath, as the handling of such filenames is platform dependent (Windows handles those weirdly, like appending a slash to any path).