diff options
author | Armin Rigo <armin.rigo@gmail.com> | 2020-03-03 01:37:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 01:37:25 (GMT) |
commit | 6daa37fd42c5d5300172728e8b4de74fe0b319fc (patch) | |
tree | fea0f80ed7f996670197dc3b60896b306b29dc9b /Misc | |
parent | ce3a4984089b8e0ce5422ca32d75ad057b008074 (diff) | |
download | cpython-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.rst | 1 |
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. |