#lwn — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lwn, aggregated by home.social.
-
[$] Deterministic testing for multithreaded Python
Python's support for multithreaded programs has improved considerably over the last few years with the advent of the "free-threaded" version of the language. But testing multithre [...]
-
-
-
[$] A pause for the Python JIT
In 2024 the Python 3.13 release added an experimental just-in-time (JIT) compiler to optimize the way that CPython executes Python code. Since then, work has proceeded on the JIT, [...]