PEP 703

EcosystemPython N/AExpert

Making the GIL optional (free-threaded Python, experimental in 3.13+)

Quick Info

Python Version
N/A
Dependencies
N/A — specification
Install
Visit https://peps.python.org/pep-0703/

Learn by Difficulty

Quick Example

python
# PEP 703
# Making the GIL optional (free-threaded Python, experimental in 3.13+)
#
# Category: Ecosystem
# Related: N/A
print("PEP 703: Making the GIL optional (free-threaded Python, experimental in 3.13+)")

PEP 703 is part of the Python ecosystem. Making the GIL optional (free-threaded Python, experimental in 3.13+).

Try in Playground

Tags

ecosystemcommunityresource