Message383119
Tools/freeze/freeze.py is broken for 4 years, since Python 3.6 which added sys.implementation._multiarch to the config directory in sysconfig:
commit 5553231b91e05cf93827b33a79aebe62c4370a09
Author: [email protected] <[email protected]>
Date: Tue Jun 14 08:55:19 2016 +0200
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
plat-$(PLATFORM_TRIPLET).
Rename the config directory (LIBPL) from config-$(LDVERSION) to
config-$(LDVERSION)-$(PLATFORM_TRIPLET).
Install the platform specifc _sysconfigdata module into the platform
directory and rename it to include the ABIFLAGS. |
|
| Date |
User |
Action |
Args |
| 2020-12-16 08:02:45 | vstinner | set | recipients:
+ vstinner, ezio.melotti |
| 2020-12-16 08:02:45 | vstinner | set | messageid: <[email protected]> |
| 2020-12-16 08:02:45 | vstinner | link | issue42613 messages |
| 2020-12-16 08:02:45 | vstinner | create | |
|