mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE have already been
fixed by commit 9258f3da91 (issue gh-134989).
2 lines
145 B
ReStructuredText
2 lines
145 B
ReStructuredText
Fix :c:macro:`Py_RETURN_NOTIMPLEMENTED` in limited C API 3.11 and older:
|
|
don't treat ``Py_NotImplemented`` as immortal. Patch by Victor Stinner.
|