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 ncoghlan
Recipients brett.cannon, ced, eric.snow, ncoghlan, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-08-16.07:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502867619.59.0.904009335987.issue31210@psf.upfronthosting.co.za>
In-reply-to
Content
I'm marking this as Python 3.7 only, not because I don't think it's a bug, but because getpath.c is a maintainability nightmare and I strongly prefer we avoid going anywhere near it in maintenance releases :)

Targeting Python 3.7+ also means we may be able to take advantage of the initial phase of PEP 432 changes and look at switching getpath.c to use higher level CPython data structures (specifically list objects) internally.

I've also added the Windows folks to the nosy list to check if Windows might have a similar problem with semi-colons appearing in sys.prefix.
History
Date User Action Args
2017-08-16 07:13:39ncoghlansetrecipients: + ncoghlan, brett.cannon, paul.moore, tim.golden, ced, r.david.murray, eric.snow, zach.ware, steve.dower
2017-08-16 07:13:39ncoghlansetmessageid: <1502867619.59.0.904009335987.issue31210@psf.upfronthosting.co.za>
2017-08-16 07:13:39ncoghlanlinkissue31210 messages
2017-08-16 07:13:38ncoghlancreate