New submission from Zackery Spytz <zsp...@gmail.com>:
_PyEval_SetAsyncGenFinalizer() and _PyEval_SetAsyncGenFirstiter() don't include proper error handling for their PySys_Audit() calls. This could lead to leaked exceptions and fatal errors. ---------- components: Interpreter Core messages: 354210 nosy: ZackerySpytz priority: normal severity: normal status: open title: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Firstiter}() type: crash versions: Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com