cpython/Lib/sysconfig
Victor Stinner b9d43188e9
gh-145410: Add _sysconfig.get_platform() function (#146145)
On Windows, sysconfig.get_platform() now gets the platform from the
_sysconfig module instead of parsing sys.version string.
2026-03-19 00:28:21 +01:00
..
__init__.py gh-145410: Add _sysconfig.get_platform() function (#146145) 2026-03-19 00:28:21 +01:00
__main__.py gh-136097: Fix sysconfig._parse_makefile() (#136166) 2025-10-04 14:57:12 +01:00