Files
ports/japanese
Charlie Li 4f0eba1efd python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
2025-06-19 16:28:47 -04:00
..
2025-06-01 12:29:09 +02:00
2023-08-05 20:01:12 +02:00
2025-02-24 17:44:48 -04:00
2022-09-10 19:41:16 +02:00
2025-01-22 00:46:19 +01:00
2024-02-24 13:29:23 +01:00
2025-05-03 14:53:49 +02:00
2025-06-05 20:57:45 +03:00
2025-06-13 00:45:00 +09:00
2024-01-11 09:23:51 +01:00
2023-08-26 21:03:32 +00:00
2025-02-24 17:44:48 -04:00
2024-05-02 14:06:58 +01:00
2024-10-01 21:11:47 +01:00
2025-02-24 17:44:48 -04:00
2025-05-18 20:08:30 +09:00
2025-02-24 17:44:48 -04:00
2024-02-24 13:29:26 +01:00
2022-09-10 19:41:16 +02:00
2025-05-28 10:28:10 +02:00
2024-01-10 14:13:03 +01:00
2024-10-07 21:16:21 +02:00
2025-05-18 20:08:30 +09:00
2025-06-01 12:29:09 +02:00
2025-04-20 19:59:06 +09:00
2025-05-18 20:08:30 +09:00
2022-09-10 19:41:16 +02:00
2025-06-01 12:29:09 +02:00
2025-04-15 10:20:15 +02:00
2024-03-17 21:53:54 +09:00
2025-02-24 17:44:48 -04:00
2025-06-16 10:30:38 -04:00