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 shihai1991
Recipients Alex Budovski, amaury.forgeotdarc, eric.snow, isoschiz, kylotan, miss-islington, pconnell, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-02-16.12:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581857788.5.0.779389096627.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
Leave a note for myself:
I check the remaining object roughly(though dump_refs function), most of remaining object is 'str', such as:
'0x7f779cf88880 [13] str'->'0x7f779cf88880 [26] str'

So far, I don't know which file and fileno create those object. MAYBE I need find a hack way to sign this mallocing operation?(not sure)
History
Date User Action Args
2020-02-16 12:56:28shihai1991setrecipients: + shihai1991, amaury.forgeotdarc, kylotan, vstinner, tlesher, ysj.ray, santoso.wijaya, eric.snow, pconnell, isoschiz, Alex Budovski, miss-islington
2020-02-16 12:56:28shihai1991setmessageid: <1581857788.5.0.779389096627.issue1635741@roundup.psfhosted.org>
2020-02-16 12:56:28shihai1991linkissue1635741 messages
2020-02-16 12:56:28shihai1991create