[issue4449] AssertionError in Doc/includes/mp_benchmarks.py
Amaury Forgeot d'Arc
report at bugs.python.org
Tue Dec 2 22:48:51 CET 2008
Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
Indeed, it seems that multiprocessing uses assertions in many places to
handle errors in user code. This could be changed, but it is another
task.
I can apply the patch, but what about 2.6? it's an incompatible API
change, unless we choose to process "lock=None" the same way as
"lock=False".
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4449>
_______________________________________
More information about the Python-bugs-list
mailing list