alpinedelight

Results 2 comments of alpinedelight

@sabonerune's method seems to work on my machine. ``` py -3.13-arm64 -c "import sysconfig;import os;print(sysconfig.get_platform(),' ',os.getpid());input('x')" py -3.12 -c "import sysconfig;import os;print(sysconfig.get_platform(),' ',os.getpid());input('x')" ``` I added getpid() and input() to...

Tested python versions 3.8, 3.10, 3.12, 3.13 from Microsoft store and installing directly (MSI and winget). Seem to get the right output when comparing to what Windows reports in task...