#pep779 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pep779, aggregated by home.social.
-
Python 3.14 will officially support free-threading
https://docs.python.org/3.14/whatsnew/3.14.html#pep-779-free-threaded-python-is-officially-supported
#HackerNews #Python314 #FreeThreading #Programming #News #PythonDevelopment #PEP779
-
Just released: Python 3.14.0 beta 3! 🚀🐍
🥧 All the good stuff of b2 but also:
🥧 Free-threaded Python is officially supported! (PEP 779)
🥧 Subinterpreters in the stdlib! (PEP 734)
Do you maintain a Python package? Please test 3.14.
If you find a bug now, we can fix it before October, which helps everyone. And you might find some places in your code to update as well, which helps you.
https://discuss.python.org/t/python-3-14-0-beta-3-is-here/95843?u=hugovk
#Python #CPython #Python314 #release #PEP779 #PEP734 #FreeThreaded #subinterpreters
-
@sirosen @ancoghlan @brianokken
Yes, let's test our projects with free-threaded in CI! Here's how to do it with GitHub Actions:
https://hugovk.dev/blog/2025/free-threaded-python-on-github-actions/
And see https://py-free-threading.github.io for more guides.
#PEP779 #Python #Python314
#FreeThreaded #CI #GitHub #GitHubActions -
Exciting news!
PEP 779 ("Criteria for supported status for free-threaded Python") has been accepted, which means free-threaded Python is now a supported build!
We'll drop the "experimental" label already in 3.14 beta 3, due on Tuesday!