Skip to content

Commit 1b0d395

Browse files
Update Doc/whatsnew/3.14.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent e384e7a commit 1b0d395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ Free-threaded CPython
319319

320320
Free-threaded CPython now supports :pep:`659` which is known
321321
as the specializing adaptive interpreter. The execution mechanism is almost same
322-
as the default build, but at free-threaded CPython build, each thread maintains
323-
a thread-local copy of specialized bytecode.
322+
as the default build, however in a free-threaded CPython build, each thread
323+
maintains a thread-local copy of specialized bytecode.
324324

325325
With this change, the free-threaded CPython build achieves better performance,
326326
and is only 10-15% slower than the default build.

0 commit comments

Comments
 (0)