blob: e744fcdc9ff1899c825ac44009a59002f3990178 [file] [log] [blame]
Eric Snowc11183c2019-03-15 16:35:46 -06001#ifndef Py_INTERPRETERIDOBJECT_H
2#define Py_INTERPRETERIDOBJECT_H
3
4#ifdef __cplusplus
5extern "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 */