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 e384e7a commit 1b0d395Copy full SHA for 1b0d395
Doc/whatsnew/3.14.rst
@@ -319,8 +319,8 @@ Free-threaded CPython
319
320
Free-threaded CPython now supports :pep:`659` which is known
321
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.
+as the default build, however in a free-threaded CPython build, each thread
+maintains a thread-local copy of specialized bytecode.
324
325
With this change, the free-threaded CPython build achieves better performance,
326
and is only 10-15% slower than the default build.
0 commit comments