[issue10576] Add a progress callback to gcmodule

Daniel Stutzbach report at bugs.python.org
Tue Nov 30 17:32:56 CET 2010


Daniel Stutzbach <stutzbach at google.com> added the comment:

> How about a string and a dict?  the string can be "start" and "stop"
> and we can add interesting information to the dict as you suggest.

I like where this is headed.  How about putting the string in the dict, too?

d['phase'] = 'start'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10576>
_______________________________________


More information about the Python-bugs-list mailing list