Thonny would be a lot more useful if the editor was smart enough to recognize that a loaded file is a python script . Under Linux/BSD/Unix this could be achieved by looking for the sub-string "python" ...
A user in discord was not able to save files with Thonny on PyGamer with recent versions of CircuitPython. Testing showed 10.0.0-alpha.6 works, but alpha.7 does not. I tested RP2040, ESP32-S2, and ...
Official support for free-threaded Python, and free-threaded improvements Python’s free-threaded build promises true parallelism for threads in Python programs by removing the Global Interpreter Lock ...