diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-03-26 12:11:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 12:11:13 (GMT) |
commit | 79ceccd1ec6ef7e487da2916f32c6f0d1477bd3d (patch) | |
tree | 0828189e62366dea1260db799cc27928fc42aee2 /Misc | |
parent | 62d21c9d900664b2ca30c2d7edd80b6628abdf62 (diff) | |
download | cpython-79ceccd1ec6ef7e487da2916f32c6f0d1477bd3d.zip cpython-79ceccd1ec6ef7e487da2916f32c6f0d1477bd3d.tar.gz cpython-79ceccd1ec6ef7e487da2916f32c6f0d1477bd3d.tar.bz2 |
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-10-09-08-14-25.bpo-38410._YyoMV.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-09-08-14-25.bpo-38410._YyoMV.rst b/Misc/NEWS.d/next/Library/2019-10-09-08-14-25.bpo-38410._YyoMV.rst new file mode 100644 index 0000000..038c46a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-10-09-08-14-25.bpo-38410._YyoMV.rst @@ -0,0 +1,2 @@ +Properly handle :func:`sys.audit` failures in +:func:`sys.set_asyncgen_hooks`. |