3#ifndef __PYX_HAVE__eventhooks
4#define __PYX_HAVE__eventhooks
8#ifndef __PYX_HAVE_API__eventhooks
12 #define __PYX_EXTERN_C CYTHON_EXTERN_C
13#elif defined(__PYX_EXTERN_C)
15 #pragma message ("Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.")
17 #warning Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.
20 #define __PYX_EXTERN_C extern "C++"
24 #define DL_IMPORT(_T) _T
34#if PY_MAJOR_VERSION < 3
38PyMODINIT_FUNC PyInit_eventhooks(
void);
40#if PY_VERSION_HEX >= 0x03050000 && (defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 201402L))
41#if defined(__cplusplus) && __cplusplus >= 201402L
42[[deprecated(
"Use PyImport_AppendInittab(\"eventhooks\", PyInit_eventhooks) instead of calling PyInit_eventhooks directly.")]]
inline
43#elif defined(__GNUC__) || defined(__clang__)
44__attribute__ ((__deprecated__(
"Use PyImport_AppendInittab(\"eventhooks\", PyInit_eventhooks) instead of calling PyInit_eventhooks directly."), __unused__)) __inline__
45#elif defined(_MSC_VER)
46__declspec(deprecated(
"Use PyImport_AppendInittab(\"eventhooks\", PyInit_eventhooks) instead of calling PyInit_eventhooks directly.")) __inline
48static PyObject* __PYX_WARN_IF_PyInit_eventhooks_INIT_CALLED(PyObject* res) {
51#define PyInit_eventhooks() __PYX_WARN_IF_PyInit_eventhooks_INIT_CALLED(PyInit_eventhooks())
PyMODINIT_FUNC initeventhooks(void)
__PYX_EXTERN_C void CyclusEventLoopHook(void)