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 twouters
Recipients brett.cannon, mbussonn, minrk, twouters
Date 2018-04-18.14:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524061477.55.0.682650639539.issue26153@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like this was fixed in 3.7 by checking PyThreadState_GET()->interp->modules before trying to use it. That leaves the crash in 3.6 and earlier, though.
History
Date User Action Args
2018-04-18 14:24:37twouterssetrecipients: + twouters, brett.cannon, minrk, mbussonn
2018-04-18 14:24:37twouterssetmessageid: <1524061477.55.0.682650639539.issue26153@psf.upfronthosting.co.za>
2018-04-18 14:24:37twouterslinkissue26153 messages
2018-04-18 14:24:37twouterscreate