We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614ffb commit d26ccbdCopy full SHA for d26ccbd
Doc/howto/free-threading-python.rst
@@ -6,7 +6,7 @@ Python support for free threading
6
7
Starting with the 3.13 release, CPython has support for a build of
8
Python called :term:`free threading` where the :term:`global interpreter lock`
9
-(GIL) is disabled. Free-threaded execution allows for full utilization of the
+(GIL) is disabled. Free-threaded execution allows for full utilization of the
10
available processing power by running threads in parallel on available CPU cores.
11
While not all software will benefit from this automatically, programs
12
designed with threading in mind will run faster on multi-core hardware.
0 commit comments