News

Free-threaded Python is now officially supported, though using it remains optional. Here are four tips for developers getting ...
I'm trying to use libsumo in Python 3.13 (free-threading/no-gil version). When importing libsumo, the program exits immediately without any output. In contrast, in the normal version of Python 3.13, ...