Skip to content

Commit a99539b

Browse files
committed
Replace references to "tier 1" with "specializing interpreter"
1 parent b442eca commit a99539b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/cmdline.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)