You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-152912: Fix stale C-API doc for PySys_AddAuditHook exception suppression
Doc/c-api/sys.rst still said Exception for the suppression behavior, matching the buggy Python-API code at sysmodule.c:530. The C-API code at sysmodule.c:486 has used PyExc_RuntimeError since 3.8.1 (commit bea33f5), but the C-API doc was never updated. Align it with both the code and Doc/library/sys.rst.
0 commit comments