DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / e_badpyparam.pyx
123456789
# mode: error cdef struct Foo def f(Foo *p): pass _ERRORS = u""" 5:6: Cannot convert Python object argument to type 'Foo *' """