]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: _stat extension now uses the limited C API (#110711)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Oct 2023 22:06:20 +0000 (00:06 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 22:06:20 +0000 (00:06 +0200)
commit88ecb190f3717f7f0d663d004fc4b63c7e7bce77
tree0b30d871d9d2f66e2bddf83bd63cff82a543a896
parentb4e8049766a46a9e6548b18d7e9a0c9f573cd122
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.
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Build/2023-08-29-15-05-09.gh-issue-85283.tlK7G7.rst [new file with mode: 0644]
Modules/_stat.c