]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build pwd extension with the limited C API (#116841)
authorVictor Stinner <vstinner@python.org>
Fri, 15 Mar 2024 07:49:58 +0000 (08:49 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2024 07:49:58 +0000 (08:49 +0100)
commit8fc8fbb43a8bb46c04ab55f96049039de243afb0
tree17e90d405c7409abaad099fef4b3b7f0b8b4e7d6
parent41e844a4acbd5070f675e034e31c988b4849dec9
gh-85283: Build pwd extension with the limited C API (#116841)

Argument Clinic now uses the PEP 737 "%T" format to format type name
for the limited C API.
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/C API/2024-03-14-10-33-58.gh-issue-85283.LOgmdU.rst
Modules/clinic/pwdmodule.c.h
Modules/pwdmodule.c
Tools/clinic/libclinic/converter.py