summaryrefslogtreecommitdiff
path: root/tests/compile/weakref_T276.pyx
blob: d56f67303913f11680b9d96a3131eae834899ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ticket: 276
# mode: compile

__doc__ = u"""
"""

cdef class A:
    cdef __weakref__

ctypedef public class B [type B_Type, object BObject]:
    cdef __weakref__

cdef public class C [type C_Type, object CObject]:
    cdef __weakref__