]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38785: Prevent asyncio from crashing (GH-17144)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2019 21:54:50 +0000 (13:54 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 21:54:50 +0000 (13:54 -0800)
commit87b4d3994e4f81d6e39a5e86c1b7040df065ea37
treeec675d3e17f483f0a5811aefdaf978c45214e7a4
parent753d0c05b39f21d5987d59d7fe8b5a6d721bc22c
bpo-38785: Prevent asyncio from crashing  (GH-17144)

if parent `__init__` is not called from a constructor of object derived from `asyncio.Future`

https://bugs.python.org/issue38785
(cherry picked from commit dad6be5ffe48beb74fad78cf758b886afddc7aed)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_futures.py
Misc/NEWS.d/next/Library/2019-11-13-16-17-43.bpo-38785.NEOEfk.rst [new file with mode: 0644]
Modules/_asynciomodule.c