[issue31070] test_threaded_import: KeyError ignored in _get_module_lock.<locals>.cb on AMD64 Windows8.1 Refleaks 3.x

Serhiy Storchaka report at bugs.python.org
Wed Aug 9 02:45:12 EDT 2017


Serhiy Storchaka added the comment:

I think the solution can be simpler. PR 3033 uses the global import lock for guarding modification of the _module_locks dictionary.

----------
components: +Interpreter Core -Tests
stage:  -> patch review
type:  -> behavior
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list