1 #ifndef Py_LOCK_H 2 #define Py_LOCK_H 3 #ifdef __cplusplus 4 extern "C" { 5 #endif 6 7 #ifndef Py_LIMITED_API 8 # define Py_CPYTHON_LOCK_H 9 # include "cpython/lock.h" 10 # undef Py_CPYTHON_LOCK_H 11 #endif 12 13 #ifdef __cplusplus 14 } 15 #endif 16 #endif /* !Py_LOCK_H */ 17