diff options
author | Sam Gross <colesbury@gmail.com> | 2024-07-11 20:21:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 20:21:37 (GMT) |
commit | e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4 (patch) | |
tree | 36cb7333d35e61f7665ce16fc11c75749ed6677b /Lib/test/test_getpath.py | |
parent | 5250a031332eb9499d5fc190d7287642e5a144b9 (diff) | |
download | cpython-e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4.zip cpython-e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4.tar.gz cpython-e8c91d90ba8fab410a27fad4f709cc73f6ffcbf4.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/test_getpath.py')
-rw-r--r-- | Lib/test/test_getpath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_getpath.py b/Lib/test/test_getpath.py index 2f7aa69..6c86c3d 100644 --- a/Lib/test/test_getpath.py +++ b/Lib/test/test_getpath.py @@ -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, |