]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
authordevdanzin <74280297+devdanzin@users.noreply.github.com>
Sun, 27 Oct 2024 14:41:42 +0000 (11:41 -0300)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 14:41:42 +0000 (07:41 -0700)
commit80eec52fc813bc7d20478da3114ec6ffd73e7c31
treed0b8793474838483aa3e04a69b49a2a7e6cd7a34
parentdc76a4ad3c46af3fb70361be10b8a791cd126931
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-26-23-50-03.gh-issue-126018.Hq-qcM.rst [new file with mode: 0644]
Python/sysmodule.c