Skip to content

Commit 6e90006

Browse files
committed
Reword (and split up) note
1 parent 5d85f4f commit 6e90006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/sys.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,9 @@ always available. Unless explicitly noted otherwise, all variables are read-only
13171317
.. note::
13181318

13191319
This function is intended for testing and debugging the JIT itself.
1320-
Most users will never need it.
1320+
It should be avoided for any other purpose.
1321+
1322+
.. note::
13211323

13221324
Due to the nature of tracing JIT compilers, repeated calls to this
13231325
function may give surprising results. For example, branching on its

0 commit comments

Comments
 (0)