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 ncoghlan
Recipients eric.snow, ncoghlan, vstinner
Date 2018-05-23.13:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527081232.47.0.682650639539.issue33607@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than tracking this per object, you could potentially track it per arena at the memory allocator level instead. Then if you really need the info (e.g. when running the debug allocator), you can check it in a reliable way, but in the normal case, you assume the associations are being managed correctly and avoid any significant bookkeeping overhead.
History
Date User Action Args
2018-05-23 13:13:52ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow
2018-05-23 13:13:52ncoghlansetmessageid: <1527081232.47.0.682650639539.issue33607@psf.upfronthosting.co.za>
2018-05-23 13:13:52ncoghlanlinkissue33607 messages
2018-05-23 13:13:52ncoghlancreate