-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38410: Properly handle PySys_Audit() failures #16657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-38410: Properly handle PySys_Audit() failures #16657
Conversation
With a NEWS entry ( For 3.8, we'll see what Łukasz says on the bug, so don't backport this one yet. |
@zooba Ping. |
@zooba Ping? |
|
_PyEval_SetAsyncGenFinalizer() and _PyEval_SetAsyncGenFirstiter()
didn't include proper error handling for their PySys_Audit() calls.
https://bugs.python.org/issue38410