#free-threaded-python

[ follow ]
Python
fromGrahamdumpleton
3 days ago

Free-threading in mod_wsgi 6.0.0 - Graham Dumpleton

WSGIFreeThreading enables mod_wsgi to run with free-threaded CPython builds where no GIL exists, allowing parallel Python execution without interpreter locks.
Python
fromQuansight
6 months ago

Exploring & Improving the Thread Safety of NumPy's Test Suite

NumPy's test suite was improved for thread-safety to prepare for free-threaded Python by fixing tests, updating CI, and applying OSS practices.
Python
fromZero To Mastery
10 months ago

[June 2025] Python Monthly Newsletter | Zero To Mastery

This month's Python Monthly covers key updates and resources for Python development.
The newsletter curates significant articles relevant to optimization and Python trends.
fromPycoders
11 months ago

PyCoder's Weekly | Issue #686

This blog introduces free-threaded Python updates, GPU programming advancements, and GitHub Actions for enhanced DevOps, paving the way for improved Python performance and collaboration.
Python
Python
fromInfoWorld
11 months ago

F-strings with superpowers: What's new in Python 3.14 beta

Python 3.14 beta introduces powerful new features including enhanced template strings and WebAssembly support, aimed at boosting usability and performance across applications.
[ Load more ]