[issue10576] Add a progress callback to gcmodule

Antoine Pitrou report at bugs.python.org
Mon Nov 29 19:40:23 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, as you point out, it would make more sense to have two separate callbacks. Also, PyErr_WriteUnraisable() is better than PyErr_Clear().

Finally, you accidentally recoded the file; it should be kept utf-8, not latin-whatever.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list