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 serhiy.storchaka
Recipients eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-03-23.11:00:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490266840.21.0.287648398257.issue29881@psf.upfronthosting.co.za>
In-reply-to
Content
> "use gc_next/gc_refs for managing a linked list"

Forgot about this idea. Not all objects have the GC header.

But if they have it they could be removed from the GC list and added in the separate list since in any case the garbage collector shouldn't destroy objects referenced by static variables.
History
Date User Action Args
2017-03-23 11:00:40serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow
2017-03-23 11:00:40serhiy.storchakasetmessageid: <1490266840.21.0.287648398257.issue29881@psf.upfronthosting.co.za>
2017-03-23 11:00:40serhiy.storchakalinkissue29881 messages
2017-03-23 11:00:40serhiy.storchakacreate