STINNER Victor added the comment:

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

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to