Skip to content

Instantly share code, notes, and snippets.

@itamaro
Created July 4, 2025 03:52
Show Gist options
  • Select an option

  • Save itamaro/8f23ebec2e142fd7480241b76c16c4e0 to your computer and use it in GitHub Desktop.

Select an option

Save itamaro/8f23ebec2e142fd7480241b76c16c4e0 to your computer and use it in GitHub Desktop.
PEP-739 build-details.json generated via cross-build, demonstrating mixing of entries from the build and target pythons
{
"schema_version": "1.0",
"base_prefix": "/usr/local",
"base_interpreter": "/usr/local/bin/python3.15",
"platform": "macosx-14.5-arm64",
"language": {
"version": "3.15",
"version_info": {
"major": 3,
"minor": 15,
"micro": 0,
"releaselevel": "alpha",
"serial": 0
}
},
"implementation": {
"name": "cpython",
"cache_tag": "cpython-315",
"version": {
"major": 3,
"minor": 15,
"micro": 0,
"releaselevel": "alpha",
"serial": 0
},
"hexversion": 51314848,
"_multiarch": "darwin",
"supports_isolated_interpreters": true
},
"abi": {
"flags": [
"d"
]
},
"suffixes": {
"source": [
".py"
],
"bytecode": [
".pyc"
],
"extensions": [
".cpython-315d-darwin.so",
".cpython-315-darwin.so",
".abi3.so",
".so"
]
},
"libpython": {
"static": "/usr/local/lib/libpython3.15td.a"
},
"c_api": {
"headers": "/usr/local/include/python3.15td",
"pkgconfig_path": "/usr/local/lib/pkgconfig"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment