Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 26, 2025

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

Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE have already been
fixed by commit 9258f3d (issue
pythongh-134989).
@vstinner vstinner force-pushed the return_notimplemented branch from c2cd79f to 9d2178c Compare October 26, 2025 16:01
@encukou encukou merged commit c636477 into python:main Oct 27, 2025
45 checks passed
@miss-islington-app
Copy link

Thanks @vstinner for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 27, 2025
…ythonGH-140636)

Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE have already been
fixed by commit 9258f3d (issue pythongh-134989).
(cherry picked from commit c636477)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington-app
Copy link

Sorry, @vstinner and @encukou, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker c6364775236e3c634c3393c7f50fece50611245f 3.13

@bedevere-app
Copy link

bedevere-app bot commented Oct 27, 2025

GH-140668 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Oct 27, 2025
vstinner added a commit that referenced this pull request Oct 27, 2025
…H-140636) (#140668)

gh-140487: Fix Py_RETURN_NOTIMPLEMENTED in limited C API 3.11 (GH-140636)

Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE have already been
fixed by commit 9258f3d (issue gh-134989).
(cherry picked from commit c636477)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner deleted the return_notimplemented branch October 27, 2025 13:15
vstinner added a commit to vstinner/cpython that referenced this pull request Oct 27, 2025
…ythonGH-140636)

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

(cherry picked from commit c636477)
@bedevere-app
Copy link

bedevere-app bot commented Oct 27, 2025

GH-140670 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 27, 2025
encukou pushed a commit that referenced this pull request Oct 27, 2025
…H-140636) (GH-140670)

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

(cherry picked from commit c636477)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants