[issue4449] AssertionError in Doc/includes/mp_benchmarks.py

Amaury Forgeot d'Arc report at bugs.python.org
Tue Dec 2 23:20:26 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

What about this other patch:
- lock=None has the same semantics as before
- lock=True is the same as lock=None (it failed before)
- lock=False return the object without the "synchronized" wrap (it 
failed before)
- no need to change previous tests

Added file: http://bugs.python.org/file12205/mp_array_2.patch

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


More information about the Python-bugs-list mailing list