#free-threading

[ follow ]
Realpython
1 week ago
Python

Python 3.13 Preview: Free Threading and a JIT Compiler - Real Python

Python 3.13 introduces experimental features like free threading and a JIT compiler, primarily targeting power users, with a caution against using them in production. [ more ]
Quansight
2 months ago
Python

Free-threaded CPython is ready to experiment with!

Free-threaded CPython allows running multiple threads in parallel, enhancing performance for multi-threaded applications. [ more ]
[ Load more ]