mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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):
|
||||
attributes = (
|
||||
'_emscripten_info',
|
||||
'_framework',
|
||||
'abiflags',
|
||||
'api_version',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue