[issue9260] A finer grained import lock

Antoine Pitrou report at bugs.python.org
Tue May 8 15:39:29 CEST 2012


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

Updated patch against tip. I also changed the internal API of module locks a bit (acquire() raises _DeadlockError instead of returning False, and deadlock detection is not optional anymore).

----------
Added file: http://bugs.python.org/file25496/module_locks8.patch

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


More information about the Python-bugs-list mailing list