/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Include/interpreteridobject.h
17 строк
334 B
Eric Snow
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
16 мар 2019, 01:35
Не верифицирован
16 мар 2019, 01:35
c11183c
Код
Авторство
О чём код?
#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 */