summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorArmin Rigo <armin.rigo@gmail.com>2020-03-03 01:37:25 (GMT)
committerGitHub <noreply@github.com>2020-03-03 01:37:25 (GMT)
commit6daa37fd42c5d5300172728e8b4de74fe0b319fc (patch)
treefea0f80ed7f996670197dc3b60896b306b29dc9b /Misc
parentce3a4984089b8e0ce5422ca32d75ad057b008074 (diff)
downloadcpython-6daa37fd42c5d5300172728e8b4de74fe0b319fc.zip
cpython-6daa37fd42c5d5300172728e8b4de74fe0b319fc.tar.gz
cpython-6daa37fd42c5d5300172728e8b4de74fe0b319fc.tar.bz2
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Automerge-Triggered-By: @brettcannon
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-02-14-23-10-07.bpo-38091.pwR0K7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-14-23-10-07.bpo-38091.pwR0K7.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-14-23-10-07.bpo-38091.pwR0K7.rst
new file mode 100644
index 0000000..55e3261
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-14-23-10-07.bpo-38091.pwR0K7.rst
@@ -0,0 +1 @@
+Tweak import deadlock detection code to not deadlock itself.