Commit db274867 authored by Stefan Behnel's avatar Stefan Behnel

slightly improve test

parent fe4c5c0c
...@@ -57,7 +57,7 @@ cdef class ExtTypeWithRefCycle: ...@@ -57,7 +57,7 @@ cdef class ExtTypeWithRefCycle:
>>> obj.attribute is not None >>> obj.attribute is not None
True True
>>> first.attribute = obj >>> first.attribute = obj
>>> del obj >>> del obj, first
""" """
cdef public attribute cdef public attribute
......
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