File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ Miscellaneous options
671671
672672 * :samp: `-X tlbc={ 0,1 } ` enables (1, the default) or disables (0) thread-local
673673 bytecode in builds configured with :option: `--disable-gil `. When disabled,
674- this also disables specialization in the tier 1 interpreter. See also
674+ this also disables the specializing interpreter. See also
675675 :envvar: `PYTHON_TLBC `.
676676
677677 .. versionadded :: 3.14
@@ -1312,10 +1312,10 @@ conflict.
13121312.. envvar :: PYTHON_TLBC
13131313
13141314 If set to ``1 `` enables thread-local bytecode. If set to ``0 `` thread-local
1315- bytecode ( and specialization in the tier 1 interpreter) is disabled. Only
1316- applies to builds configured with :option: `--disable-gil `.
1315+ bytecode and the specializing interpreter are disabled. Only applies to
1316+ builds configured with :option: `--disable-gil `.
13171317
1318- See also the :option: `-X tlbc <-X> ` command-line option
1318+ See also the :option: `-X tlbc <-X> ` command-line option.
13191319
13201320 .. versionadded :: 3.14
13211321
You can’t perform that action at this time.
0 commit comments