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 amaury.forgeotdarc
Recipients Jeremy.Hylton, amaury.forgeotdarc, brian.curtin, christian.heimes, ezio.melotti, gvanrossum, tim.peters
Date 2010-02-19.09:47:49
SpamBayes Score 9.0457347e-10
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
What if we simply run another collection on the finalizers list?
after move_finalizers(), set young=finalizers, and start again at update_refs().
This is the "garbage" list anyway, so it's empty most of the time and should not cause any slowdown.
History
Date User Action Args
2010-02-19 09:47:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, tim.peters, christian.heimes, ezio.melotti, brian.curtin, Jeremy.Hylton
2010-02-19 09:47:51amaury.forgeotdarcsetmessageid: <[email protected]>
2010-02-19 09:47:50amaury.forgeotdarclinkissue1540 messages
2010-02-19 09:47:49amaury.forgeotdarccreate