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 eric.snow, htgoebel, ncoghlan, vstinner
Date 2018-03-14.14:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521037352.76.0.467229070634.issue33042@psf.upfronthosting.co.za>
In-reply-to
Content
While I haven't definitely narrowed it down yet, I suspect it isn't your changes that are the problem: since the reported crash relates to attempting to access a not-yet-created thread state, `warnoptions` and `_xoptions` likely need to become C level globals again for 3.7 (along with anything needed to create list and Unicode objects).

We can then transfer them from there into Eric's new runtime state objects in _PyRuntime_Initialize (or potentially _Py_InitializeCore).
History
Date User Action Args
2018-03-14 14:22:32ncoghlansetrecipients: + ncoghlan, htgoebel, vstinner, eric.snow
2018-03-14 14:22:32ncoghlansetmessageid: <1521037352.76.0.467229070634.issue33042@psf.upfronthosting.co.za>
2018-03-14 14:22:32ncoghlanlinkissue33042 messages
2018-03-14 14:22:32ncoghlancreate