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 pitrou
Recipients asvetlov, jimjjewett, kristjan.jonsson, pitrou, stutzbach
Date 2010-11-30.13:24:19
SpamBayes Score 0.00010611805
Marked as misclassified No
Message-id <1291123456.3538.3.camel@localhost.localdomain>
In-reply-to <1291122984.71.0.138896746302.issue10576@psf.upfronthosting.co.za>
Content
> Let's start bikeshedding the calling signature.  I like having a
> single callback, since multiple callables are a nuisance to manage.

IMO the callback should have a second argument as a dict containing
various statistics that we can expand over time. The generation number,
for example, should be present.

As for the phase number, if 0 means start and 1 means end, you can't
decently add another phase anyway (having 2 mean "somewhere between 0
and 1" would be completely confusing).

PS : please don't use C++-style comments in your patch
History
Date User Action Args
2010-11-30 13:24:21pitrousetrecipients: + pitrou, jimjjewett, kristjan.jonsson, stutzbach, asvetlov
2010-11-30 13:24:19pitroulinkissue10576 messages
2010-11-30 13:24:19pitroucreate