]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636)...
authorVictor Stinner <vstinner@python.org>
Mon, 27 Oct 2025 13:43:59 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 13:43:59 +0000 (14:43 +0100)
commitec5f5418f9165d9e3f0841e68f7882bf64c492fb
treede42470d627fb7e0d8723ddfce1d069e9c23f928
parent0e3b47b839f40238bdb693c00cc24913c0acc87f
[3.13] gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636) (GH-140670)

Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE have already been
fixed by commit 9258f3da9175134d03f2c8c7c7eed223802ad945 (issue gh-134989).

(cherry picked from commit c6364775236e3c634c3393c7f50fece50611245f)
Include/object.h
Misc/NEWS.d/next/C API/2025-10-26-16-45-06.gh-issue-140487.fGOqss.rst [new file with mode: 0644]