summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-10-11 22:06:20 (GMT)
committerGitHub <noreply@github.com>2023-10-11 22:06:20 (GMT)
commit88ecb190f3717f7f0d663d004fc4b63c7e7bce77 (patch)
tree0b30d871d9d2f66e2bddf83bd63cff82a543a896 /Misc/NEWS.d/next/Build
parentb4e8049766a46a9e6548b18d7e9a0c9f573cd122 (diff)
downloadcpython-88ecb190f3717f7f0d663d004fc4b63c7e7bce77.zip
cpython-88ecb190f3717f7f0d663d004fc4b63c7e7bce77.tar.gz
cpython-88ecb190f3717f7f0d663d004fc4b63c7e7bce77.tar.bz2
gh-85283: _stat extension now uses the limited C API (#110711)
gh-85283: _stat extension uses the limited C API The _stat C extension is now built with the limited C API.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2023-08-29-15-05-09.gh-issue-85283.tlK7G7.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-08-29-15-05-09.gh-issue-85283.tlK7G7.rst b/Misc/NEWS.d/next/Build/2023-08-29-15-05-09.gh-issue-85283.tlK7G7.rst
new file mode 100644
index 0000000..09b5661
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2023-08-29-15-05-09.gh-issue-85283.tlK7G7.rst
@@ -0,0 +1,2 @@
+The ``_stat`` C extension is now built with the :ref:`limited C API
+<limited-c-api>`. Patch by Victor Stinner.