Commit 5f1f93cf authored by Claudio Freire's avatar Claudio Freire

no_gc: fix comment in DisableGC test class

parent f2e76c65
...@@ -24,8 +24,8 @@ def is_tp_traverse_null(obj): ...@@ -24,8 +24,8 @@ def is_tp_traverse_null(obj):
@cython.no_gc @cython.no_gc
cdef class DisableGC: cdef class DisableGC:
""" """
An extension type that has a tp_clear method generated to test that it An extension type that has tp_clear and tp_traverse methods generated
actually clears the references to NULL. to test that it actually clears the references to NULL.
>>> uut = DisableGC() >>> uut = DisableGC()
>>> is_tp_clear_null(uut) >>> is_tp_clear_null(uut)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment