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 rhettinger, vstinner
Date 2020-01-29.21:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580334000.62.0.772281032037.issue39489@roundup.psfhosted.org>
In-reply-to
Content
I looked for "Python COUNT_ALLOCS" on the Internet. This special build seems to be very badly documented on the Internet. Outside Python own documentation, I found almost zero reference to it. IMHO it's basically unused.


(*) bpo-33058: Two years ago (2018), attempt to make COUNT_ALLOCS build ABI compatible with release build. Extract:

> > Could tracemalloc help you?
> tracemalloc can't distinguish between the usage of gc allocs, normal mallocs, and free list reuse.


(*) Documentation of all Python builds:

https://pythonextensionpatterns.readthedocs.io/en/latest/debugging/debug_python.html#debug-version-of-python-count-allocs-label
History
Date User Action Args
2020-01-29 21:40:00vstinnersetrecipients: + vstinner, rhettinger
2020-01-29 21:40:00vstinnersetmessageid: <1580334000.62.0.772281032037.issue39489@roundup.psfhosted.org>
2020-01-29 21:40:00vstinnerlinkissue39489 messages
2020-01-29 21:40:00vstinnercreate