Skip to content

Commit

Permalink
Update Doc/howto/free-threading-python.rst
Browse files Browse the repository at this point in the history
Co-authored-by: mpage <mpage@cs.stanford.edu>
  • Loading branch information
colesbury and mpage authored Sep 24, 2024
1 parent ae0f637 commit 1554fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/free-threading-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ The free-threaded build has additional overhead when executing Python code
compared to the default GIL-enabled build. In 3.13, this overhead is about
40% on the `pyperformance <https://pyperformance.readthedocs.io/>`_ suite.
Programs that spend most of their time in C extensions or I/O will see
less of an impact. This overhead is expected to be reduced in the Python
less of an impact. This overhead is expected to be reduced in Python
3.14.

0 comments on commit 1554fb9

Please sign in to comment.