➜

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.

作者 serhiy.storchaka
收信人 eric.snow, ncoghlan, serhiy.storchaka, vstinner
日期 2017-03-23.11:00:40
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1490266840.21.0.287648398257.issue29881@psf.upfronthosting.co.za>
In-reply-to
内容
> "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.
历史
日期 用户 动作 参数
2017-03-23 11:00:40serhiy.storchaka修改recipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow
2017-03-23 11:00:40serhiy.storchaka修改messageid: <1490266840.21.0.287648398257.issue29881@psf.upfronthosting.co.za>
2017-03-23 11:00:40serhiy.storchaka链接issue29881 messages
2017-03-23 11:00:40serhiy.storchaka创建