Python

148 readers
3 users here now

A community for discussing the Python programming language.

https://www.python.org/

founded 1 year ago
MODERATORS
1
 
 

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? 🤔

2