Skip to content

Commit 216b8f3

Browse files
Update Doc/howto/free-threading-python.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 8ba1ab3 commit 216b8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ available processing power by running threads in parallel on available CPU cores
1111
While not all software will benefit from this automatically, programs
1212
designed with threading in mind will run faster on multi-core hardware.
1313

14-
The free-threaded mode is working and continues to be improved:
14+
The free-threaded mode is working and continues to be improved, but
1515
expect some bugs and a substantial performance hit in single-threaded workloads.
1616

1717
This document describes the implications of free threading

0 commit comments

Comments
 (0)