(root)/
Python-3.12.0/
Include/
interpreteridobject.h
       1  #ifndef Py_INTERPRETERIDOBJECT_H
       2  #define Py_INTERPRETERIDOBJECT_H
       3  
       4  #ifdef __cplusplus
       5  extern "C" {
       6  #endif
       7  
       8  #ifndef Py_LIMITED_API
       9  #  define Py_CPYTHON_INTERPRETERIDOBJECT_H
      10  #  include "cpython/interpreteridobject.h"
      11  #  undef Py_CPYTHON_INTERPRETERIDOBJECT_H
      12  #endif
      13  
      14  #ifdef __cplusplus
      15  }
      16  #endif
      17  #endif /* !Py_INTERPRETERIDOBJECT_H */