An interpreted, object-oriented programming language (free threading)
Python is an interpreted, interactive, object-oriented programming language. This port has the experimental free threading feature enabled, i.e. there is no global interpreter lock (GIL).
Python is an interpreted, interactive, object-oriented programming language. This port has the experimental free threading feature enabled, i.e. there is no global interpreter lock (GIL).
To install python313-freethreading, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install python313-freethreading
To see what files were installed by python313-freethreading, run:
port contents python313-freethreading
To later upgrade python313-freethreading, run:
sudo port selfupdate && sudo port upgrade python313-freethreading
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.