Commit 1010f578 authored by Stefan Behnel's avatar Stefan Behnel

extend test

parent a75e310e
......@@ -15,6 +15,18 @@ cdef class ExtTypeNoGC:
"""
cdef class ExtSubTypeNoGC(ExtTypeNoGC):
"""
>>> obj = ExtSubTypeNoGC()
>>> obj = ExtSubTypeNoGC()
>>> obj = ExtSubTypeNoGC()
>>> obj = ExtSubTypeNoGC()
>>> obj = ExtSubTypeNoGC()
>>> obj = ExtSubTypeNoGC()
"""
cdef bytes x
@cython.freelist(4)
cdef class ExtTypeWithGC:
"""
......
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