[issue8098] PyImport_ImportModuleNoBlock() may solve problems but causes others.

Antoine Pitrou report at bugs.python.org
Fri May 18 13:56:27 CEST 2012


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

Python 3.3 now has per-module import locks, and PyImport_ImportModuleNoBlock simply redirects to PyImport_ImportModule. See issue9260.

----------
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> A finer grained import lock

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


More information about the Python-bugs-list mailing list