]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38410: Properly handle PySys_Audit() failures (GH-18658)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Mar 2020 07:58:48 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 07:58:48 +0000 (09:58 +0200)
commit87a4cd5fbebdd0e6166b421d2c3706bc2f2e5a11
treee6b4edd79f7cacf27ea9bc0c13ded2b5b34ce641
parenta7b8a969eb3daacb1fcb029a8c5fecb5d09c964b
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>
Misc/NEWS.d/next/Library/2019-10-09-08-14-25.bpo-38410._YyoMV.rst [new file with mode: 0644]
Python/ceval.c
Python/sysmodule.c