File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1536,6 +1536,15 @@ 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+
15391548
15401549C API Changes
15411550=============
Original file line number Diff line number Diff line change @@ -354,15 +354,6 @@ Build Changes
354354 :file: `!configure `.
355355 (Contributed by Christian Heimes in :gh: `89886 `.)
356356
357- * C extensions built with the :ref: `limited C API <limited-c-api >`
358- on :ref: `Python build in debug mode <debug-build >` no longer support Python
359- 3.9 and older. In this configuration, :c:func: `Py_INCREF ` and
360- :c:func: `Py_DECREF ` are now always implemented as opaque function calls,
361- but the called functions were added to Python 3.10. Build C extensions
362- with a release build of Python or with Python 3.12 and older, to keep support
363- for Python 3.9 and older.
364- (Contributed by Victor Stinner in :gh: `102304 `.)
365-
366357
367358C API Changes
368359=============
You can’t perform that action at this time.
0 commit comments