]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38785: Prevent asyncio from crashing (GH-17144)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 13 Nov 2019 21:36:46 +0000 (23:36 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2019 21:36:46 +0000 (13:36 -0800)
commitdad6be5ffe48beb74fad78cf758b886afddc7aed
tree838e3725e0b281904f0ad097e282997570469b1a
parent61289d436661025a3111065482275d49a4850b8d
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
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