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 Jeffrey.Kintscher, Phil Frost, facundobatista, mark.dickinson, rhettinger, skrah, tim.peters, vstinner
Date 2019-06-06.23:28:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559863728.79.0.27556431252.issue37168@roundup.psfhosted.org>
In-reply-to
Content
On Python 3, you can use tracemalloc.get_object_traceback() to find where an object was allocated ;-)
History
Date User Action Args
2019-06-06 23:28:48vstinnersetrecipients: + vstinner, tim.peters, rhettinger, facundobatista, mark.dickinson, skrah, Jeffrey.Kintscher, Phil Frost
2019-06-06 23:28:48vstinnersetmessageid: <1559863728.79.0.27556431252.issue37168@roundup.psfhosted.org>
2019-06-06 23:28:48vstinnerlinkissue37168 messages
2019-06-06 23:28:48vstinnercreate