]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31061: fix crash in asyncio speedup module (GH-2984) 2986/head
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 2 Aug 2017 07:50:39 +0000 (16:50 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Aug 2017 07:50:39 +0000 (16:50 +0900)
commitf142e85d22ba135d5205280240f3a2fe1df2649f
tree32e45abe96a96edf8fb36ecf60588385a1764a16
parent48fcc72c83e1b47b200dd39f9dcc9f62fa0d4d17
bpo-31061: fix crash in asyncio speedup module (GH-2984)

(cherry picked from commit de34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2)
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2017-08-01-09-32-58.bpo-31061.husAYX.rst [new file with mode: 0644]
Modules/_asynciomodule.c