PEP 703Easy Playground

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

What is PEP 703?Run locally
Install
Visit https://peps.python.org/pep-0703/
Python CodeRun locally

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?