commit | 87a4cd5fbebdd0e6166b421d2c3706bc2f2e5a11 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 02 09:58:48 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 02 09:58:48 2020 +0200 |
tree | e6b4edd79f7cacf27ea9bc0c13ded2b5b34ce641 | |
parent | a7b8a969eb3daacb1fcb029a8c5fecb5d09c964b [diff] |
bpo-38410: Properly handle PySys_Audit() failures (GH-18658) _PyEval_SetAsyncGenFinalizer() and _PyEval_SetAsyncGenFirstiter() didn't include proper error handling for their PySys_Audit() calls. Co-authored-by: Zackery Spytz <zspytz@gmail.com>