Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-19 09:50:53

0001 #ifndef Py_MONITORING_H
0002 #define Py_MONITORING_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006 
0007 // There is currently no limited API for monitoring
0008 
0009 #ifndef Py_LIMITED_API
0010 #  define Py_CPYTHON_MONITORING_H
0011 #  include "cpython/monitoring.h"
0012 #  undef Py_CPYTHON_MONITORING_H
0013 #endif
0014 
0015 #ifdef __cplusplus
0016 }
0017 #endif
0018 #endif /* !Py_MONITORING_H */