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 2018-04-26.13:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It seems like the failure comes from "env = dict(PYTHONPATH=os.pathsep.join(sys.path))" of Lib/test/test_embed.py. The code from test_pre_initialization_api() works properly. The fix seems easy.
History
Date User Action Args
2018-04-26 13:52:37vstinnersetrecipients: + vstinner
2018-04-26 13:52:36vstinnersetmessageid: <[email protected]>
2018-04-26 13:52:36vstinnerlinkissue33358 messages
2018-04-26 13:52:36vstinnercreate