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 methane
Recipients audric, methane, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-08.07:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486539695.06.0.661812335564.issue29438@psf.upfronthosting.co.za>
In-reply-to
Content
to: Serhiy

I can reproduce the issue by 29438-minimum.py, on Python 3.7 with pydebug.
But since this issue is "use after free", it may and may not crash.
It's up to how freed memory block is used from another part of Python.
Deterministic test which doesn't tied specific python version is difficult.
History
Date User Action Args
2017-02-08 07:41:35methanesetrecipients: + methane, vstinner, serhiy.storchaka, xiang.zhang, audric
2017-02-08 07:41:35methanesetmessageid: <1486539695.06.0.661812335564.issue29438@psf.upfronthosting.co.za>
2017-02-08 07:41:35methanelinkissue29438 messages
2017-02-08 07:41:34methanecreate