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 8ba1ab3 commit 216b8f3Copy full SHA for 216b8f3
1 file changed
Doc/howto/free-threading-python.rst
@@ -11,7 +11,7 @@ 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.
13
14
-The free-threaded mode is working and continues to be improved:
+The free-threaded mode is working and continues to be improved, but
15
expect some bugs and a substantial performance hit in single-threaded workloads.
16
17
This document describes the implications of free threading
0 commit comments