]> granicus.if.org Git - python/commit
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 May 2018 15:28:12 +0000 (08:28 -0700)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 15:28:12 +0000 (08:28 -0700)
commit51d0a2c8ddcb9f58d71ff0a62be4e31a1af3f139
tree5b7bbfa32040ef77f2f27c75762253d2be201b53
parent983c1ba94aef945386001932c5744f8ce9757fec
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080)

(cherry picked from commit 35230d08e09de4e2e52658d5cb09e5b0ca965418)

Co-authored-by: Yury Selivanov <yury@magic.io>
Misc/NEWS.d/next/Library/2018-05-23-14-58-05.bpo-33623.wAw1cF.rst [new file with mode: 0644]
Modules/_asynciomodule.c