This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: the _sysconfigdata name should not encode MACHDEP and PLATFORM_TRIPLET
Type: Stage:
Components: Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doko
Priority: normal Keywords:

Created on 2019-07-11 10:30 by doko, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg347670 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2019-07-11 10:30
so issue28046 decided to encode both MACHDEP and PLATFORM_TRIPLET/MULTIARCH in the _sysconfigdata name.  Unfortunately on KFreeBSD MACHDEP includes the kernel version, so you end up with a changing MACHDEP.  The _sysconfigdata name should only encode the MULTIARCH triplet, and if that's not define, the MACHDEP.  Working on a fix.
History
Date User Action Args
2022-04-11 14:59:17adminsetgithub: 81742
2019-07-11 10:30:50dokocreate