- CPython 3.14.0b1 and PyCon 2025: Last week, CPython 3.14.0b1 was rolled out. This week, PyCon 2025 starts in Pittsburgh. Both events are significant for shipping and stabilizing free-threaded Python.
- Free-threaded Python benefits: Unlocks full compute power of modern hardware with multicore CPUs and GPUs. In GIL-enabled build, using parallel algorithms requires workarounds.
threading
module often not used due to GIL.multiprocessing
has its own issues. - Challenges: Ecosystem was broken last year. Many packages need auditing for thread safety. Popular packages may lack resources to support free-threading.
- Major accomplishments: Contributed to many packages and projects. CPython core developers made improvements in
warnings
,asyncio
,ctypes
, garbage collector, etc. Wrote a comprehensive guide. - How to help: Follow the contribution guide. Join the community Discord. There's a manually updated status tracking table and an automatically updated tracker.
- PyCon talk: The speaker will give a talk at PyCon with Lysandros Nikolaou, sharing experiences in porting packages and hoping the recording will be a valuable resource.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。