Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Include/interpreteridobject.h
12 views
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 */
18
19