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 benjamin.peterson, htgoebel, nurelin, vstinner
Date 2017-09-21.09:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505984972.8.0.108730171806.issue31532@psf.upfronthosting.co.za>
In-reply-to
Content
I'm curious. Would you mind to try to run your frozen application using PYTHONMALLOC=debug environment variable on a Python without the fix, to see if you get an error? I'm not sure that the debug hooks on memory allocators are set early enough to detect your specific bug.

https://docs.python.org/dev/using/cmdline.html#envvar-PYTHONMALLOC
History
Date User Action Args
2017-09-21 09:09:32vstinnersetrecipients: + vstinner, htgoebel, benjamin.peterson, nurelin
2017-09-21 09:09:32vstinnersetmessageid: <1505984972.8.0.108730171806.issue31532@psf.upfronthosting.co.za>
2017-09-21 09:09:32vstinnerlinkissue31532 messages
2017-09-21 09:09:32vstinnercreate