Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 9, 2024
1 parent 57ee447 commit c4f3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/garbage-collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ C APIs

Specific APIs are offered to allocate, deallocate, initialize, track, and untrack
objects with GC support. These APIs can be found in the `Garbage Collector C API
documentation <https://docs.python.org/3.8/c-api/gcsupport.html>`_.
documentation <https://docs.python.org/3/c-api/gcsupport.html>`_.

Apart from this object structure, the type object for objects supporting garbage
collection must include the ``Py_TPFLAGS_HAVE_GC`` in its ``tp_flags`` slot and
Expand Down

0 comments on commit c4f3615

Please sign in to comment.