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 eohm, vstinner, xtreak
Date 2018-09-24.09:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537782081.24.0.956365154283.issue34783@psf.upfronthosting.co.za>
In-reply-to
Content
eohm: thank you for your bug report and great job of your analysis of the root cause! Your PR works as expected, but I prefer to get the current core configuration rather than keeping our old copy longer than previously in main.c. I wrote a PR 9526 to reorganize the code to make it closer to the master branch: clarify the lifetime of the "local config" in main.c, and as soon as possible, switch to the core configuration attached to the interpreter state.
History
Date User Action Args
2018-09-24 09:41:21vstinnersetrecipients: + vstinner, xtreak, eohm
2018-09-24 09:41:21vstinnersetmessageid: <1537782081.24.0.956365154283.issue34783@psf.upfronthosting.co.za>
2018-09-24 09:41:21vstinnerlinkissue34783 messages
2018-09-24 09:41:21vstinnercreate