Python 3.13 is due out in October 2024 and work is underway to implement experimental support for PEP 703 - Making the Global Interpreter Lock Optional in CPython. See also Free-threaded CPython in “What’s New in Python 3.13?” As the Steering Council noted in their acceptance of the PEP, to succeed it’s important to have community support. Projects will need to test their code with free-threaded (aka “nogil” but don’t call it that!) Python builds to help us find bugs in CPython,...