mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* GH-108819: fix LIBDEST not honoring --with-platlibdir
We look for the pure-Python part of the standard library in
PLATSTDLIBDIR, which may not match the default LIBDIR subdir.
From ``getpath.py``:
```python
...
STDLIB_SUBDIR = f'{platlibdir}/python{VERSION_MAJOR}.{VERSION_MINOR}{ABI_THREAD}'
STDLIB_LANDMARKS = [f'{STDLIB_SUBDIR}/os.py', f'{STDLIB_SUBDIR}/os.pyc']
PLATSTDLIB_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}.{VERSION_MINOR}{ABI_THREAD}/lib-dynload'
...
```
Signed-off-by: Filipe Laíns <lains@riseup.net>
* Add news
Signed-off-by: Filipe Laíns <lains@riseup.net>
* Always set LIBDEST and BINLIBDEST based on PLATLIBDIR
Signed-off-by: Filipe Laíns <lains@riseup.net>
* Add XXX comment on PLATLIBDIR default value
Signed-off-by: Filipe Laíns <lains@riseup.net>
* Regen configure
Signed-off-by: Filipe Laíns <lains@riseup.net>
---------
Signed-off-by: Filipe Laíns <lains@riseup.net>
|
||
|---|---|---|
| .. | ||
| 2025-04-29-18-25-34.gh-issue-108819.qMUTRB.rst | ||
| 2025-10-30-10-36-15.gh-issue-139707.QJ1FfJ.rst | ||
| 2025-11-19-09-21-17.gh-issue-141172.cYWc4x.rst | ||
| 2025-11-20-17-01-05.gh-issue-141784.LkYI2n.rst | ||
| 2025-11-20-23-15-39.gh-issue-141808.NEewZC.rst | ||
| 2025-11-25-13-17-47.gh-issue-141926.KmuM2h.rst | ||
| 2025-11-28-19-49-01.gh-issue-141808.cV5K12.rst | ||
| 2025-11-28-21-43-07.gh-issue-142050.PFi4tv.rst | ||
| 2025-12-03-10-44-42.gh-issue-142234.i1kaFb.rst | ||
| 2025-12-04-20-57-15.gh-issue-131372.o397g7.rst | ||
| 2025-12-09-13-33-46.gh-issue-142454.cqUxzQ.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *Build* section in this directory. .. _blurb: https://pypi.org/project/blurb/