From 9ff2f12c876289a7192fd1672ed08a1876a51e17 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 25 Apr 2022 13:58:25 +0300 Subject: gh-84461: Include _emscripten_info in pythoninfo output (GH-91907) --- Lib/test/pythoninfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py index 39301e6..28549a6 100644 --- a/Lib/test/pythoninfo.py +++ b/Lib/test/pythoninfo.py @@ -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', -- cgit v0.12