Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-19 09:50:53

0001 #ifndef Py_LOCK_H
0002 #define Py_LOCK_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006 
0007 #ifndef Py_LIMITED_API
0008 #  define Py_CPYTHON_LOCK_H
0009 #  include "cpython/lock.h"
0010 #  undef Py_CPYTHON_LOCK_H
0011 #endif
0012 
0013 #ifdef __cplusplus
0014 }
0015 #endif
0016 #endif /* !Py_LOCK_H */