File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1235,14 +1235,17 @@ always available.
12351235
12361236 .. versionadded :: 3.13
12371237
1238+
12381239.. function :: _jit_enabled()
1239- Return :const: `True ` if :ref: `JIT compiler <whatsnew313-jit-compiler >` is active.
1240- Return :const: `False ` otherwise.
12411240
1242- Available only in JIT builds, tier 2 interpreter doesn't count here.
1241+ Return :const: `True ` if the :ref: `JIT compiler <whatsnew313-jit-compiler >` is active,
1242+ and :const: `False ` otherwise.
1243+
1244+ Available only in JIT builds; tier 2 interpreter does not count here.
12431245
12441246 .. versionadded :: next
12451247
1248+
12461249.. function :: is_finalizing()
12471250
12481251 Return :const: `True ` if the main Python interpreter is
Original file line number Diff line number Diff line change 443443 which only exists in specialized builds of Python, may now return objects
444444 from other interpreters than the one it's called in.
445445
446- * Add a :func: `sys._jit_enabled ` which helps to determine in runtime if
446+ * Add :func: `sys._jit_enabled ` to determine at runtime if the
447447 :ref: `JIT compiler <whatsnew313-jit-compiler >` is active.
448448
449449
You can’t perform that action at this time.
0 commit comments