New submission from Yury Selivanov <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue33623> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
