Commit 876888fc authored by Stefan Behnel's avatar Stefan Behnel

simpler test case for extern class subtyping

parent c966ccb2
cdef extern from *:
ctypedef class __builtin__.list [ object PyListObject ]:
pass
cdef class Sub2(list):
cdef char character
cdef class Sub1(Sub2):
cdef char character
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