summaryrefslogtreecommitdiff
path: root/tests/compile/weakref_T276.pyx
blob: 7fbc528190fc106d18fbc288170a120bdd18d61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ticket: t276
# 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__