Closed
Description
In this article https://github.com/python/devguide/blob/main/internals/garbage-collector.rst, when describing how garbage collector works, it uses both gc_ref
and gc_refs
. And the picture uses gc_ref
. And in CPython source code the variable name is gc_refs
. Should we use only gc_ref
and redraw the picture?