#pep-703

[ follow ]
Python
fromGrahamdumpleton
2 days ago

Free-threading vs the GIL in mod_wsgi 6.0.0 - Graham Dumpleton

Free-threaded CPython removes the GIL, so CPU usage per process becomes the key indicator of real parallel hardware utilization in mod_wsgi benchmarks.
fromTalkpython
7 months ago

38 things Python developers should learn in 2025

Free-threaded CPython (PEP 703): A build mode that removes the GIL so CPU-bound threads can run in parallel. Expect ecosystem work to make C extensions safe here. (Python Enhancement Proposals (PEPs)) uv and uvx: A faster, modern installer and environment manager that makes "clean, repeatable" installs feel instant. (Astral Docs) Docker + Compose: Containers capture your app and its services so dev and prod stay in sync. (Docker Documentation)
Python
[ Load more ]