You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a pythoninfo-build command to Platforms/Android to display build info of the build Python. I made a similar change to Platforms/emscripten and Platforms/WASI.
The idea is to collect information about the system such as the boot identifier, machine identifier, uptime, and detect if Python is running in a VM or container: system. keys of test.pythoninfo.
I propose adding a
pythoninfo-buildcommand toPlatforms/Androidto display build info of the build Python. I made a similar change toPlatforms/emscriptenandPlatforms/WASI.The idea is to collect information about the system such as the boot identifier, machine identifier, uptime, and detect if Python is running in a VM or container:
system.keys oftest.pythoninfo.Linked PRs