10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd34160 commit 4537727Copy full SHA for 4537727
garbage_collector.rst
@@ -417,7 +417,7 @@ of ``PyGC_Head`` discussed in the `Memory layout and object structure`_ section:
417
normally assume the pointers inside the lists are in a consistent state.
418
419
420
-* The ``_gc_prev``` field is normally used as the "previous" pointer to maintain the
+* The ``_gc_prev`` field is normally used as the "previous" pointer to maintain the
421
doubly linked list but its lowest two bits are used to keep the flags
422
``PREV_MASK_COLLECTING`` and ``_PyGC_PREV_MASK_FINALIZED``. Between collections,
423
the only flag that can be present is ``_PyGC_PREV_MASK_FINALIZED`` that indicates
0 commit comments