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 ebfe
Recipients Yury.Selivanov, asvetlov, ebfe, jimjjewett, kristjan.jonsson, lehmannro, pitrou, stutzbach
Date 2010-12-23.21:26:22
SpamBayes Score 3.786e-08
Marked as misclassified No
Message-id <1293139583.52.0.187104115265.issue10576@psf.upfronthosting.co.za>
In-reply-to
Content
Why not make the start-callback be able to return a boolean value to the gcmodule that indicates if garbage collection should take place or not.

For example, any value returned from the callback that evaluates to False (like null) will cause the module to evaluate any other callback and possibly collect garbage objects. Any value that evaluates to True (like True) returned from any callback causes all further callbacks to not be called and garbage collection not to take place now.
History
Date User Action Args
2010-12-23 21:26:23ebfesetrecipients: + ebfe, jimjjewett, pitrou, kristjan.jonsson, lehmannro, stutzbach, asvetlov, Yury.Selivanov
2010-12-23 21:26:23ebfesetmessageid: <1293139583.52.0.187104115265.issue10576@psf.upfronthosting.co.za>
2010-12-23 21:26:22ebfelinkissue10576 messages
2010-12-23 21:26:22ebfecreate