summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-10-17 00:27:15 (GMT)
committerGitHub <noreply@github.com>2023-10-17 00:27:15 (GMT)
commitcf9c25c719ba9b0f5bde90fc8b8bba7942d10151 (patch)
tree06fa6ed833143a26f0f25fe0d3661ceee1198388 /Doc
parent86559ddfecefdda265d39e5e5035f72986becd78 (diff)
downloadcpython-cf9c25c719ba9b0f5bde90fc8b8bba7942d10151.zip
cpython-cf9c25c719ba9b0f5bde90fc8b8bba7942d10151.tar.gz
cpython-cf9c25c719ba9b0f5bde90fc8b8bba7942d10151.tar.bz2
gh-85283: Build _testimportmultiple with limited C API (#110954)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 08e7bea..01f8208 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -932,8 +932,8 @@ Build Changes
* Building CPython now requires a compiler with support for the C11 atomic
library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
-* The ``_stat`` C extension is now built with the :ref:`limited C API
- <limited-c-api>`.
+* The ``_stat`` and ``_testimportmultiple`` C extensions are now built with the
+ :ref:`limited C API <limited-c-api>`.
(Contributed by Victor Stinner in :gh:`85283`.)