]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127992)
authorHood Chatham <roberthoodchatham@gmail.com>
Tue, 17 Dec 2024 23:17:09 +0000 (00:17 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 23:17:09 +0000 (07:17 +0800)
commitb92f101d0f19a1df32050b8502cfcce777b079b2
tree2391e1ef2a49781132313b04579f381acbcb5055
parentbe8ae086874cac42eea104c1ff21ef5868d50bdd
gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127992)

Modifies _PYTHON_HOST_PLATFORM to include the compiler version under
Emscripten. The Emscripten compiler version is the platform version
compatibility identifier.
configure
configure.ac