]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456)
authorMichał Górny <mgorny@gentoo.org>
Thu, 22 May 2025 11:28:35 +0000 (13:28 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 11:28:35 +0000 (11:28 +0000)
commitd706eb9e0f99924b628da4a8afe8e23cff8b801b
treebc50b3a47855168fb47cf4549db68bde9fa96a21
parent458e33018a2f4f4b3d9a2c8f6e70dcce31f34005
gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456)

Fix `build-details.json` generation to use the correct `c_api.headers`
key as defined in PEP 739, instead of `c_api.include`.

Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
Misc/NEWS.d/next/Build/2025-05-21-19-46-28.gh-issue-134455.vdwlrq.rst [new file with mode: 0644]
Tools/build/generate-build-details.py