[issue30891] importlib: _find_and_load() race condition on sys.modules[name] check

STINNER Victor report at bugs.python.org
Tue Jul 25 22:32:34 EDT 2017


STINNER Victor added the comment:

With Python 3.5.4rc1 released (3.5.4 will be the last 3.5 release accepting bug fixes), I'm not sure that it's still worth it to try to backport such changes to Python 3.5. The importlib is very important, any regression can be very important.

I'm not sure that backporting the unit test is interesting. If the test fails, we will be unable to fix it.

----------

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


More information about the Python-bugs-list mailing list