python-freethreading

Python interpreter with experimental free-threading support

brewmacoslinux
Try with needOr install directly
Source

About

Interpreted, interactive, object-oriented programming language

Commands

python3.13python3python

Examples

Run a Python script with free-threading enabled$ python3.13 -X gil=0 script.py
Start interactive Python shell$ python3.13
Execute Python code with free-threading from command line$ python3.13 -X gil=0 -c 'import threading; print(threading.active_count())'