Skip to content

Commit 9b9d01a

Browse files
committed
Don't use :opcode: markup.
1 parent 7888d1d commit 9b9d01a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
If we are specializing to :opcode:`LOAD_GLOBAL_MODULE` or
2-
:opcode:`LOAD_ATTR_MODULE`, try to enable deferred reference counting for
3-
the value, if the object is owned by a different thread. This applies to
4-
the free-threaded build only and will improve scaling of multi-threaded
5-
programs. Note that when deferred reference counting is enabled, the object
6-
will be deallocated by the GC, rather than by :c:func:`Py_DECREF`.
1+
If we are specializing to ``LOAD_GLOBAL_MODULE`` or ``LOAD_ATTR_MODULE``, try
2+
to enable deferred reference counting for the value, if the object is owned by
3+
a different thread. This applies to the free-threaded build only and should
4+
improve scaling of multi-threaded programs. Note that when deferred reference
5+
counting is enabled, the object will be deallocated by the GC, rather than by
6+
:c:func:`Py_DECREF`.

0 commit comments

Comments
 (0)