4 lines
118 B
Cython
4 lines
118 B
Cython
cdef extern from "Python.h":
|
|
ctypedef extern class builtins.Exception[object PyBaseExceptionObject]:
|
|
pass
|