]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 18 Feb 2025 17:14:11 +0000 (17:14 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 17:14:11 +0000 (17:14 +0000)
commit51d4bf1e0e5349090da72721c865b6c2b28277f3
treeee07fcb38ab9803ead452263399cafdbae612a05
parent076300d795cd45706f929c4fd291014e233f6f7a
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer into a Python bool (#28634)
Doc/c-api/arg.rst
Doc/whatsnew/3.14.rst
Misc/NEWS.d/next/C_API/2025-02-13-00-57-05.gh-issue-45325.Cwif9z.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/modsupport.c