1 #ifndef Py_MONITORING_H 2 #define Py_MONITORING_H 3 #ifdef __cplusplus 4 extern "C" { 5 #endif 6 7 // There is currently no limited API for monitoring 8 9 #ifndef Py_LIMITED_API 10 # define Py_CPYTHON_MONITORING_H 11 # include "cpython/monitoring.h" 12 # undef Py_CPYTHON_MONITORING_H 13 #endif 14 15 #ifdef __cplusplus 16 } 17 #endif 18 #endif /* !Py_MONITORING_H */ 19