[New-bugs-announce] [issue33623] Fix possible SIGSGV when asyncio.Future is created in __del__

Yury Selivanov report at bugs.python.org
Wed May 23 14:55:46 EDT 2018


New submission from Yury Selivanov <yselivanov at gmail.com>:

Originally reported in https://github.com/MagicStack/uvloop/issues/143

Future.__init__ shouldn't try to capture the current traceback if the interpreter is being finalized.

----------
messages: 317437
nosy: yselivanov
priority: normal
severity: normal
status: open
title: Fix possible SIGSGV when asyncio.Future is created in __del__
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33623>
_______________________________________


More information about the New-bugs-announce mailing list