]> granicus.if.org Git - python/commit
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033)...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 9 Aug 2017 11:56:13 +0000 (14:56 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2017 11:56:13 +0000 (14:56 +0300)
commitf3b891718e104b6e7018b58bbcd86421a2837fb8
treef041e864d8114ea2662d269af36fa61d52fd71be
parent33460fa7e0bd126bee739a66e1228665dc22e70f
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038)

(cherry picked from commit 9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a)
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