summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-08-09 11:29:12 (GMT)
committerGitHub <noreply@github.com>2017-08-09 11:29:12 (GMT)
commit9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a (patch)
tree1c66e3ae8c16009b6fadadf9911b039bd7d2c307 /Misc
parent88eee44a91c991dbbdf284fa220e2928b5de105c (diff)
downloadcpython-9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a.zip
cpython-9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a.tar.gz
cpython-9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a.tar.bz2
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2017-08-09-09-40-54.bpo-31070.oDyLiI.rst1
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().