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 methane, skrah, vstinner
Date 2016-09-13.09:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473759966.59.0.0585813568985.issue28120@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm already using Valgrind, why would I set PYTHONMALLOC=debug?

Valgrind doesn't understand Python frames. PYTHONMALLOC=debug can show you more information from Python internals, especially when using the tracemalloc module:
https://docs.python.org/dev/whatsnew/3.6.html#pythonmalloc-environment-variable

At this point, I'm not convinced that the issue comes from Python itself. It would help if at least you can explain how to reproduce the issue. What is Blaze? Where can I find it?
History
Date User Action Args
2016-09-13 09:46:06vstinnersetrecipients: + vstinner, methane, skrah
2016-09-13 09:46:06vstinnersetmessageid: <1473759966.59.0.0585813568985.issue28120@psf.upfronthosting.co.za>
2016-09-13 09:46:06vstinnerlinkissue28120 messages
2016-09-13 09:46:06vstinnercreate