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 amaury.forgeotdarc, kristjan.jonsson, loewis, pitrou, stutzbach, tim.peters
Date 2010-07-09.23:11:50
SpamBayes Score 0.09022991
Marked as misclassified No
Message-id <1278717112.73.0.352744913761.issue9141@psf.upfronthosting.co.za>
In-reply-to
Content
I posted some of this earlier in the week, but for some reason the bug tracker marked my message as spam.  Hopefully this message will survive. ;-)

Can you compare and contrast your approach with calling PyObject_GC_UnTrack and PyObject_GC_Track to mark the object as uncollectable/collectable?

I can't speak for anyone else, but speaking as someone who has ungracefully poked into the innards of garbage collector in extension modules, I'm interested in seeing your patches.
History
Date User Action Args
2010-07-09 23:12:38stutzbachunlinkissue9141 messages
2010-07-09 23:11:53stutzbachsetrecipients: + stutzbach, tim.peters, loewis, amaury.forgeotdarc, pitrou, kristjan.jonsson
2010-07-09 23:11:52stutzbachsetmessageid: <1278717112.73.0.352744913761.issue9141@psf.upfronthosting.co.za>
2010-07-09 23:11:50stutzbachlinkissue9141 messages
2010-07-09 23:11:50stutzbachcreate