MacMusic  |  PcMusic  |  440 Software  |  440 Forums  |  440TV  |  Zicos
python
Search

[$] Getting extensions to work with free-threaded Python

Wednesday June 25, 2025. 04:32 PM , from LWN.net
One of the biggest changes to come to the Python world is the addition of the free-threading
interpreter, which eliminates the global
interpreter lock (GIL) that kept the interpreter thread-safe, but also
serialized multi-threaded Python code. Over the years, the GIL has been a
source of complaints about the scalability of Python code using
threads, so many developers have been looking forward to the change, which
has been an experimental feature since Python 3.13
was released in October 2024. Making the free-threaded version work
with the rest of the Python ecosystem, especially native extensions, is an
ongoing effort, however; Nathan Goldbaum and Lysandros Nikolaou spoke at PyCon US 2025 about those efforts.
https://lwn.net/Articles/1025893/

Related News

News copyright owned by their original publishers | Copyright © 2004 - 2025 Zicos / 440Network
Current Date
Jun, Sat 28 - 08:20 CEST