Skip to content

Commit a9f0a25

Browse files
committed
pythongh-102304: Remove Py_INCREF() doc change (python#105552)
Py_INCREF() was made compatible again with Python 3.9 and older in the limited API of Python debug mode. (cherry picked from commit 58e4b69)
1 parent 39e5ae9 commit a9f0a25

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,15 +1536,6 @@ Build Changes
15361536
:file:`!configure`.
15371537
(Contributed by Christian Heimes in :gh:`89886`.)
15381538

1539-
* C extensions built with the :ref:`limited C API <limited-c-api>`
1540-
on :ref:`Python build in debug mode <debug-build>` no longer support Python
1541-
3.9 and older. In this configuration, :c:func:`Py_INCREF` and
1542-
:c:func:`Py_DECREF` are now always implemented as opaque function calls,
1543-
but the called functions were added to Python 3.10. Build C extensions
1544-
with a release build of Python or with Python 3.12 and older, to keep support
1545-
for Python 3.9 and older.
1546-
(Contributed by Victor Stinner in :gh:`102304`.)
1547-
15481539

15491540
C API Changes
15501541
=============

0 commit comments

Comments
 (0)