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 nascheme
Recipients benjamin.peterson, nascheme, pitrou, skrah, vstinner
Date 2017-11-09.21:35:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510263354.6.0.213398074469.issue27987@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, this would seem to be an incentive to get my "bitmaps for small GC objects" idea implemented.  I.e.

https://mail.python.org/pipermail/python-dev/2017-September/149307.html

If implemented, the extra size of the PyGC_Head would only apply to "large" objects.  In my prototype, I'm thinking of using 512 bytes as the size limit for small GC objects.
History
Date User Action Args
2017-11-09 21:35:54naschemesetrecipients: + nascheme, pitrou, vstinner, benjamin.peterson, skrah
2017-11-09 21:35:54naschemesetmessageid: <1510263354.6.0.213398074469.issue27987@psf.upfronthosting.co.za>
2017-11-09 21:35:54naschemelinkissue27987 messages
2017-11-09 21:35:54naschemecreate