]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
authorSam Gross <colesbury@gmail.com>
Thu, 11 Jul 2024 20:21:37 +0000 (16:21 -0400)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 20:21:37 +0000 (16:21 -0400)
commite8c91d90ba8fab410a27fad4f709cc73f6ffcbf4
tree36cb7333d35e61f7665ce16fc11c75749ed6677b
parent5250a031332eb9499d5fc190d7287642e5a144b9
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)

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.
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