This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barneygale
Recipients 4-launchpad-kalvdans-no-ip-org, Jim Fasarakis-Hilliard, barneygale, brett.cannon, docs@python, eryksun, methane, pitrou, serhiy.storchaka
Date 2022-01-31.22:19:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643667582.2.0.518184216137.issue29688@roundup.psfhosted.org>
In-reply-to
Content
@eryksun thanks for flagging, a couple thoughts:

I'd imagine that bug is reproducible with `Path('C:\\Temp', 'C:')` already, right? If that's the case, should it logged as a separate issue?

I'm planning to /experimentally/ throw away pathlib's internal
path parsing logic and defer to `posixpath` / `ntpath` instead. I suspect this bug and others will be fixed by that change, but I need to see what the performance impact will be.
History
Date User Action Args
2022-01-31 22:19:42barneygalesetrecipients: + barneygale, brett.cannon, pitrou, methane, docs@python, serhiy.storchaka, eryksun, Jim Fasarakis-Hilliard, 4-launchpad-kalvdans-no-ip-org
2022-01-31 22:19:42barneygalesetmessageid: <1643667582.2.0.518184216137.issue29688@roundup.psfhosted.org>
2022-01-31 22:19:42barneygalelinkissue29688 messages
2022-01-31 22:19:42barneygalecreate