mirror of
https://github.com/python/cpython.git
synced 2025-10-04 22:20:46 +00:00
[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 e8c91d90ba
)
Co-authored-by: Sam Gross <colesbury@gmail.com>
This commit is contained in:
parent
c6dbfbbe3c
commit
35f7155bc3
13 changed files with 77 additions and 40 deletions
|
@ -844,6 +844,7 @@ DEFAULT_NAMESPACE = dict(
|
|||
PYDEBUGEXT="",
|
||||
VERSION_MAJOR=9, # fixed version number for ease
|
||||
VERSION_MINOR=8, # of testing
|
||||
ABI_THREAD="",
|
||||
PYWINVER=None,
|
||||
EXE_SUFFIX=None,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue