this post was submitted on 10 Aug 2024
26 points (100.0% liked)

Python

232 readers
1 users here now

A community for discussing the Python programming language.

https://www.python.org/

founded 2 years ago
MODERATORS
 

Python will get true threading support with the removal of the GIL (Global Interpreter Lock) in 3.13 (now available in the beta as an experimental option).

The GIL has long crippled Python's threading capabilities, but will be getting true parallelism with the implementation of PEP 703.

What are you gonna do with real threads? ๐Ÿค”

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fubarx@lemmy.ml 1 points 11 months ago

Just downloaded the free-threading RC version via pyenv. Looking forward to taking it for a spin.