]> granicus.if.org Git - python/commit
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 9 Aug 2017 11:29:12 +0000 (14:29 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2017 11:29:12 +0000 (14:29 +0300)
commit9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a
tree1c66e3ae8c16009b6fadadf9911b039bd7d2c307
parent88eee44a91c991dbbdf284fa220e2928b5de105c
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Lib/importlib/_bootstrap.py
Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst [new file with mode: 0644]
Python/importlib.h