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 markind, vstinner
Date 2018-11-13.21:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542142993.92.0.788709270274.issue35235@psf.upfronthosting.co.za>
In-reply-to
Content
Try to reproduce your bug using PYTHONMALLOC=debug environment variable:
https://pythondev.readthedocs.io/debug_tools.html#memory-debugger

On Python 3.7, you can use "py -3.7 -X dev program.py" (-X dev option) to enable PYTHONMALLOC=debug.
History
Date User Action Args
2018-11-13 21:03:13vstinnersetrecipients: + vstinner, markind
2018-11-13 21:03:13vstinnersetmessageid: <1542142993.92.0.788709270274.issue35235@psf.upfronthosting.co.za>
2018-11-13 21:03:13vstinnerlinkissue35235 messages
2018-11-13 21:03:13vstinnercreate