]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)
authorSam Gross <colesbury@gmail.com>
Thu, 30 May 2024 17:48:28 +0000 (13:48 -0400)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 17:48:28 +0000 (13:48 -0400)
commit1c04c63ced5038e8f45a2aac7dc45f0815a4ddc5
treed04093c6f44dd81abe4fb1f61b16381d36239337
parentbf098d4157158e1e4b2ea78aba4ac82d72e24cff
gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)

For example, the free-threaded build now generates
`lib/pkgconfig/python-3.13t.pc` and the debug build generates
`lib/pkgconfig/python-3.13d.pc`.
Doc/whatsnew/3.13.rst
Makefile.pre.in
Misc/NEWS.d/next/Build/2024-05-29-17-40-50.gh-issue-119729.k0xJ5U.rst [new file with mode: 0644]