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 pablogsal
Recipients pablogsal
Date 2018-08-14.20:09:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534277378.73.0.56676864532.issue34408@psf.upfronthosting.co.za>
In-reply-to
Content
The problem occurs here:

https://github.com/python/cpython/blob/master/Python/pystate.c#L185

If _PyRuntime.interpreters.next_id < 0 then interp is set to NULL and it will be dereferenced later:

interp
History
Date User Action Args
2018-08-14 20:09:38pablogsalsetrecipients: + pablogsal
2018-08-14 20:09:38pablogsalsetmessageid: <1534277378.73.0.56676864532.issue34408@psf.upfronthosting.co.za>
2018-08-14 20:09:38pablogsallinkissue34408 messages
2018-08-14 20:09:38pablogsalcreate