SHAREDGet started with the free-threaded build of Python 3.13

Get started with the free-threaded build of Python 3.13

Get started with the free-threaded build of Python 3.13


Python 3.13.0 (tags/v3.13.0:60403a5, Oct 7 2024, 09:38:07) [MSC v.1941 64 bit (AMD64)] on win32

Run py -3.13t, and you’ll launch the free-threaded build:


Python 3.13.0 experimental free-threading build (tags/v3.13.0:60403a5, Oct 7 2024, 09:53:29) [MSC v.1941 64 bit (AMD64)] on win32

On Linux, the most convenient way to use multiple versions of Python generally is pyenv. A 3.13t or 3.13t-dev option for pyenv lets you install and select that build. (Ubuntu users can also work with the deadsnakes PPA to obtain these builds.)

When you use the free-threaded build, the GIL is included in the binary but disabled by default. If for some reason you want to re-enable the GIL in the free-threaded version, you can use the command-line option -X gil=1, or set the environment variable PYTHON_GIL to 1.

Latest news

CrateDB 2.0 Adds Clustering Upgrades and SQL Enhancements to Its Database Solution for IoT and Machine Data – Cloud Computing Today

On May 16, Crate.io announced the availability of CrateDB 2.0, an open source SQL database that specializes in IoT...

19 Best WordPress User Registration Plugins for Your Site

If you’re wondering what a WordPress user registration plugin can do for your website and if you really need...

Top 10 CIO Trends for 2019

As we get ready to close out 2018 and look toward 2019, there are a number of items that...

Cheapest Web Hosting in India | 24/7 Support

The Israel-Palestine conflict, one of the world’s most enduring and volatile disputes, has now entered a new frontier: the...

Green Cloud: How Private Cloud Can Support Sustainability Goals

In the era of environmental consciousness, businesses are increasingly recognizing the need to align their operations with sustainability goals....

Must read

Top 10 CIO Trends for 2019

As we get ready to close out 2018 and...

Are the cloud wars over or just getting started?

One of the biggest opportunities for enterprises large and...

You might also likeRELATED
Recommended to you