Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: b00a2b5b76afded9fccaad61cfca1cc0baafdbdc authored by Ɓukasz Langa on 09 December 2019, 17:47:55 UTC
Python 3.8.1rc1
Tip revision: b00a2b5
interpreteridobject.h
#ifndef Py_INTERPRETERIDOBJECT_H
#define Py_INTERPRETERIDOBJECT_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef Py_LIMITED_API
#  define Py_CPYTHON_INTERPRETERIDOBJECT_H
#  include  "cpython/interpreteridobject.h"
#  undef Py_CPYTHON_INTERPRETERIDOBJECT_H
#endif

#ifdef __cplusplus
}
#endif
#endif /* !Py_INTERPRETERIDOBJECT_H */
back to top