[Python-Dev] Advice/proceedures for setting up cPython on WSL with cLion

2022-05-27 Thread ward . davidj
Hello, I can build cPython with PCbuild/build.bat and also in WSL/Debian `make` works fine but if I try to use the WSL toolchain/build configuration I get `g++: fatal error: no input files`. Clion is better geared for cmake projects and there is the `https://github.com/python-cmake-build

[Python-Dev] Issue: 92359 - Python 3.10 IDLE 64-bit doesn't open any files names code (code.py, code.pyw) - found a partial fix but looking for input

2022-05-13 Thread ward . davidj
Hello, Link to the github issue page is here https://github.com/python/cpython/issues/92359 This bug has been lurking in waiting for roughly 7 years or possibly longer. The root issue is that the "Edit with IDLE" context menu executes idle with `python.exe -m idlelib` which puts the curr