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 pitrou
Recipients brett.cannon, pitrou, vstinner, zach.ware
Date 2017-08-31.23:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> It seems like the "leak" is the call to sys.getallocatedblocks() which creates a new integer, and the integer is kept alive between two loop iterations.

I doubt it.  If that was the case, the reference count would increase as well.
History
Date User Action Args
2017-08-31 23:22:33pitrousetrecipients: + pitrou, brett.cannon, vstinner, zach.ware
2017-08-31 23:22:33pitrousetmessageid: <[email protected]>
2017-08-31 23:22:33pitroulinkissue31217 messages
2017-08-31 23:22:33pitroucreate