home.social

#lwn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lwn, aggregated by home.social.

  1. [$] 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 [...]

    lwn.net/Articles/1090579/

    #LWN #Linux #Python

  2. [$] 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, [...]

    lwn.net/Articles/1090385/

    #LWN #Linux #Gentoo #LLVM #Python