]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jul 2024 21:00:28 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 21:00:28 +0000 (21:00 +0000)
commit35f7155bc39b8e5212b90a2ee96cb107b51e0e83
treef29a5ec83ce96d65bc770ade3fad467ca3f6bbeb
parentc6dbfbbe3c24cf2dd6a589904383f28cd1a1f4db
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631)

On POSIX systems, excluding macOS framework installs, the lib directory
for the free-threaded build now includes a "t" suffix to avoid conflicts
with a co-located default build installation.
(cherry picked from commit e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4)

Co-authored-by: Sam Gross <colesbury@gmail.com>
13 files changed:
Lib/site.py
Lib/sysconfig/__init__.py
Lib/test/test_embed.py
Lib/test/test_getpath.py
Lib/test/test_site.py
Lib/test/test_sysconfig.py
Lib/test/test_venv.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2024-07-02-20-16-09.gh-issue-121103.TMef9j.rst [new file with mode: 0644]
Modules/getpath.c
Modules/getpath.py
configure
configure.ac