We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba0fd9 commit 58e4b69Copy full SHA for 58e4b69
Doc/whatsnew/3.12.rst
@@ -1537,15 +1537,6 @@ Build Changes
1537
:file:`!configure`.
1538
(Contributed by Christian Heimes in :gh:`89886`.)
1539
1540
-* C extensions built with the :ref:`limited C API <limited-c-api>`
1541
- on :ref:`Python build in debug mode <debug-build>` no longer support Python
1542
- 3.9 and older. In this configuration, :c:func:`Py_INCREF` and
1543
- :c:func:`Py_DECREF` are now always implemented as opaque function calls,
1544
- but the called functions were added to Python 3.10. Build C extensions
1545
- with a release build of Python or with Python 3.12 and older, to keep support
1546
- for Python 3.9 and older.
1547
- (Contributed by Victor Stinner in :gh:`102304`.)
1548
-
1549
1550
C API Changes
1551
=============
0 commit comments