mattip has quit [Ping timeout: 240 seconds]
mattip has joined #hpy
<antocuni> does anybody have a quick access to a windows machine?
<antocuni> if I do "python -m venv foo", where can I find the python binary?
<antocuni> will it be foo/bin/python.exe, foo/Scripts/python.exe, or something else?
<mattip> foo/Scripts/python.exe
<antocuni> thanks
<antocuni> pff, on sunday I started looking at issue #322, thinking it would be just a matter of half an hour
<antocuni> 2.5 days and 19 commits later, I have a PR 😂
<steve_s> O:-)
<antocuni> it seems that tests are failing only with "CPython debug builds": https://github.com/hpyproject/hpy/runs/7633162840?check_suite_focus=true
<antocuni> which on github CI are installed by "deadsnakes/action" with "debug: true"
<antocuni> does anybody know how I can run it locally?
<antocuni> ah, I answer myself
<antocuni> it seems enough to add the deadsnakes ppa and install e.g. python3.10-dbg
<antocuni> ah no, it's because we are specifically asking setuptools to use the stdlib distutils
<antocuni> steve_s: do you remember why you had to add this?