]> granicus.if.org Git - python/commit
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080)
authorYury Selivanov <yury@magic.io>
Mon, 28 May 2018 15:11:31 +0000 (11:11 -0400)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 15:11:31 +0000 (11:11 -0400)
commit35230d08e09de4e2e52658d5cb09e5b0ca965418
tree73cbdf7abc99d5b8b3ec09f158f96dcd78e81914
parent08c5aca9d13b24b35faf89ebd26fc348ae1731b2
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080)
Misc/NEWS.d/next/Library/2018-05-23-14-58-05.bpo-33623.wAw1cF.rst [new file with mode: 0644]
Modules/_asynciomodule.c