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 stutzbach
Recipients loewis, pitrou, rhettinger, stutzbach
Date 2008-12-18.06:25:20
SpamBayes Score 0.009697023
Marked as misclassified No
Message-id <1229581522.0.0.322346179887.issue4688@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, the check is O(n), so it can get a little expensive.  I
suppose that's no worse than traversing the tuple to look for a cycle,
though.  Perhaps it could be done at the same time?

Can _PyObject_GC_UNTRACK() be safely called from tp_traverse?
History
Date User Action Args
2008-12-18 06:25:22stutzbachsetrecipients: + stutzbach, loewis, rhettinger, pitrou
2008-12-18 06:25:22stutzbachsetmessageid: <1229581522.0.0.322346179887.issue4688@psf.upfronthosting.co.za>
2008-12-18 06:25:21stutzbachlinkissue4688 messages
2008-12-18 06:25:20stutzbachcreate