/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.14.4
Include/lock.h
16 строк
242 B
Sam Gross
gh-117511: Make PyMutex public in the non-limited API (#117731)
20 июн 2024, 18:29
Не верифицирован
20 июн 2024, 18:29
3af7263
Код
Авторство
О чём код?
#ifndef Py_LOCK_H #define Py_LOCK_H #ifdef __cplusplus extern "C" { #endif #ifndef Py_LIMITED_API # define Py_CPYTHON_LOCK_H # include "cpython/lock.h" # undef Py_CPYTHON_LOCK_H #endif #ifdef __cplusplus } #endif #endif /* !Py_LOCK_H */