Files
cycafe/python35_header.pxi
2021-03-16 09:33:22 +01:00

4 lines
118 B
Cython

cdef extern from "Python.h":
ctypedef extern class builtins.Exception[object PyBaseExceptionObject]:
pass