Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:49

0001 #ifndef Py_INTERPRETERIDOBJECT_H
0002 #define Py_INTERPRETERIDOBJECT_H
0003 
0004 #ifdef __cplusplus
0005 extern "C" {
0006 #endif
0007 
0008 #ifndef Py_LIMITED_API
0009 #  define Py_CPYTHON_INTERPRETERIDOBJECT_H
0010 #  include "cpython/interpreteridobject.h"
0011 #  undef Py_CPYTHON_INTERPRETERIDOBJECT_H
0012 #endif
0013 
0014 #ifdef __cplusplus
0015 }
0016 #endif
0017 #endif /* !Py_INTERPRETERIDOBJECT_H */