]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH-126020...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Oct 2024 15:07:33 +0000 (16:07 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 15:07:33 +0000 (15:07 +0000)
commite4157f0fd71676c5dcee687ad17871dc226a5560
tree094e49b1d469690d2a9cdbf4568009c60a2ffb82
parent9e37bfae5a8af9d722e35c9b7dc18d2ee8b724bf
[3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH-126020) (#126042)

(cherry picked from commit 80eec52fc813bc7d20478da3114ec6ffd73e7c31)

Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
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