#FreeThreaded
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!

#PEP779 #Python #Python314 #FreeThreaded
June 15, 2025 at 10:22 PM
As a final preparation for the #PyO3 workshop tomorrow at #EuroPython, I have updated some exercises to ensure thread-safety. We are ready for #FreeThreaded #Python! Make sure you have the setup ready: github.com/Cheukting/py...
July 13, 2025 at 7:44 PM
GitHub Actions now supports free-threaded Python!

I wrote up how to add it your workflows so you can start testing free-threaded Python 3.13 and 3.14 with either actions/setup-python or actions/setup-uv.

hugovk.dev/blog/2025/fr...

#Python #FreeThreaded #GitHub #GitHubActions #CI #testing
Free-threaded Python on GitHub Actions
hugovk.dev
March 25, 2025 at 12:05 PM
The latest virtualenv github.com/pypa/virtual... adds support for freethreaded Pythons, thanks Robsdedude for the contribution!
Release 20.29.0 · pypa/virtualenv
What's Changed release 20.28.1 by @gaborbernat in #2818 Makes --python command-line flag take precedence over env var by @filiplajszczak in #2821 Add free-threaded Python support by @robsdedude in...
github.com
January 15, 2025 at 9:29 PM
¿
#Python 3.14t and
#Python 3.14

Start with the "t" (#freethreaded build)
then standard 3.14.
March 26, 2026 at 3:40 PM
I think it will probably be straightforward to add support for GIL-free builds of Python, but it needs a little investigation at the moment. There is an open issue: github.com/rstudio/reti... Contributions welcome!
Add support for free threaded Python · Issue #1847 · rstudio/reticulate
Pointing reticulate at a freethreaded Python build currently raises an error. We need to investigate, diagnose the issue, and fix it. We should also make it easy to select a freethreaded Python in ...
github.com
October 25, 2025 at 8:14 PM
October 15, 2024 at 9:02 AM
python pip pipx uv

pip vs pipx vs uv pipx pipx run pycowsay hello uvx uvx pycowsay hello uvx uvx python list cpython-3.15.0a5-linux-x86_64-gnu cpython-3.15.0a5+freethreaded-linux-x86_64-gnu cpython-3.14.2-linux-x86_64-gnu …
python pip pipx uv
pip vs pipx vs uv pipx pipx run pycowsay hello uvx uvx pycowsay hello uvx uvx python list cpython-3.15.0a5-linux-x86_64-gnu <download available> cpython-3.15.0a5+freethreaded-linux-x86_64-gnu <download available> cpython-3.14.2-linux-x86_64-gnu <download available> cpython-3.14.2+freethreaded-linux-x86_64-gnu <download available> cpython-3.13.11-linux-x86_64-gnu /usr/bin/python3.13 cpython-3.13.11-linux-x86_64-gnu /usr/bin/python3 -> python3.13 cpython-3.13.11-linux-x86_64-gnu /usr/bin/python -> ./python3 cpython-3.13.11-linux-x86_64-gnu <download available> cpython-3.13.11+freethreaded-linux-x86_64-gnu <download available> cpython-3.12.12-linux-x86_64-gnu <download available> cpython-3.11.14-linux-x86_64-gnu <download available> cpython-3.10.19-linux-x86_64-gnu <download available> cpython-3.9.25-linux-x86_64-gnu <download available> cpython-3.8.20-linux-x86_64-gnu <download available> pypy-3.11.13-linux-x86_64-gnu <download available> pypy-3.10.16-linux-x86_64-gnu <download available> pypy-3.9.19-linux-x86_64-gnu <download available> pypy-3.8.16-linux-x86_64-gnu <download available> graalpy-3.12.0-linux-x86_64-gnu <download available> graalpy-3.11.0-linux-x86_64-gnu <download available> graalpy-3.10.0-linux-x86_64-gnu <download available> graalpy-3.8.5-linux-x86_64-gnu <download available>
fsse8info.wordpress.com
January 25, 2026 at 11:50 AM
🧵 Technical deep dive starting now!

"Free Threaded Django"
Breaking down the GIL barriers! Explore how Django is evolving for Python's free-threaded future and what this means for performance 🚀

#DjangoConUS #FreeThreaded #Django #Python #GIL #Performance #Threading
September 10, 2025 at 7:54 PM
"A Pytest plugin for helping verify that your tests and libraries are thread-safe with the Python 3.13 experimental freethreaded mode."

pypi.org/project/pyte...
pytest-freethreaded
pytest plugin for running parallel tests
pypi.org
October 4, 2024 at 12:09 PM
Roast my Rust
February 24, 2025 at 10:33 PM