commit | 694c03fabb5cf3df0102cc317670a10fc39c6786 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Nov 13 13:54:56 2019 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 13 13:54:56 2019 -0800 |
tree | 9fce2560ca025bae0ac72c0074944198bc06fcc8 | |
parent | a67bc10e42fa9a077eb4d9d7bd767c3efddbc366 [diff] |
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>