-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
Description
Documentation
The definition of the GIL in the glossary is stale as a result of #116338 in Python 3.13.
Specifically:
Past efforts to create a “free-threaded” interpreter (one which locks shared data at a much finer granularity) have not been successful because performance suffered in the common single-processor case. It is believed that overcoming this performance issue would make the implementation much more complicated and therefore costlier to maintain.