diff options
author | Alexander Mohr <thehesiod@users.noreply.github.com> | 2017-08-02 06:31:07 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2017-08-02 06:31:07 (GMT) |
commit | de34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2 (patch) | |
tree | 12fc6ed6dc8e1e23fd75d6b35c29dda2b8469cea /Misc | |
parent | 47320a652e872003f3dd3a9db4243067b09dd316 (diff) | |
download | cpython-de34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2.zip cpython-de34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2.tar.gz cpython-de34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2.tar.bz2 |
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-08-01-09-32-58.bpo-31061.husAYX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-01-09-32-58.bpo-31061.husAYX.rst b/Misc/NEWS.d/next/Library/2017-08-01-09-32-58.bpo-31061.husAYX.rst new file mode 100644 index 0000000..650e5f9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-08-01-09-32-58.bpo-31061.husAYX.rst @@ -0,0 +1 @@ +Fixed a crash when using asyncio and threads. |