mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-84461: Include _emscripten_info in pythoninfo output (GH-91907)
This commit is contained in:
parent
f7641a2ffe
commit
9ff2f12c87
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ def call_func(info_add, name, mod, func_name, *, formatter=None):
|
||||||
|
|
||||||
def collect_sys(info_add):
|
def collect_sys(info_add):
|
||||||
attributes = (
|
attributes = (
|
||||||
|
'_emscripten_info',
|
||||||
'_framework',
|
'_framework',
|
||||||
'abiflags',
|
'abiflags',
|
||||||
'api_version',
|
'api_version',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue