diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-08-09 11:56:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 11:56:13 (GMT) |
commit | f3b891718e104b6e7018b58bbcd86421a2837fb8 (patch) | |
tree | f041e864d8114ea2662d269af36fa61d52fd71be /Misc | |
parent | 33460fa7e0bd126bee739a66e1228665dc22e70f (diff) | |
download | cpython-f3b891718e104b6e7018b58bbcd86421a2837fb8.zip cpython-f3b891718e104b6e7018b58bbcd86421a2837fb8.tar.gz cpython-f3b891718e104b6e7018b58bbcd86421a2837fb8.tar.bz2 |
[3.6] bpo-31070: Fix a race condition in importlib _get_module_lock(). (GH-3033). (#3038)
(cherry picked from commit 9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst b/Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst new file mode 100644 index 0000000..8f9d7b5 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst @@ -0,0 +1 @@ +Fix a race condition in importlib _get_module_lock(). |