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 vstinner
Recipients vstinner
Date 2019-10-10.14:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570716422.3.0.137811254357.issue38353@roundup.psfhosted.org>
In-reply-to
Content
I created this issue to attempt to modify _PyPathConfig to use PyWideStringList for module_search_paths, to support ":" character in a path. It would fix bpo-31210.

See also bpo-12989.
History
Date User Action Args
2019-10-10 14:07:02vstinnersetrecipients: + vstinner
2019-10-10 14:07:02vstinnersetmessageid: <1570716422.3.0.137811254357.issue38353@roundup.psfhosted.org>
2019-10-10 14:07:02vstinnerlinkissue38353 messages
2019-10-10 14:07:02vstinnercreate