]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
authorZackery Spytz <zspytz@gmail.com>
Thu, 26 Mar 2020 12:11:13 +0000 (06:11 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 12:11:13 +0000 (12:11 +0000)
commit79ceccd1ec6ef7e487da2916f32c6f0d1477bd3d
tree0828189e62366dea1260db799cc27928fc42aee2
parent62d21c9d900664b2ca30c2d7edd80b6628abdf62
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
Include/cpython/ceval.h
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