]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool...
authorBrij Kapadia <97006829+bkap123@users.noreply.github.com>
Mon, 23 Mar 2026 22:41:53 +0000 (18:41 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 22:41:53 +0000 (23:41 +0100)
commite017971eb9f98b2caa3cde6a74ee0acec41529c4
treece608ccea7ff66fd49af919df040666ea0984936
parent7dc2f52a6f58473b51f14b2f86f2527453fd16ff
gh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails (#146200)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_code.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-20-12-26-24.gh-issue-146199.vV8V9s.rst [new file with mode: 0644]
Objects/codeobject.c