cpython/Include/internal/pycore_debug_offsets.h

#ifndef Py_INTERNAL_DEBUG_OFFSETS_H
#define Py_INTERNAL_DEBUG_OFFSETS_H
#ifdef __cplusplus
extern "C" {
#endif

#ifndef Py_BUILD_CORE
#  error "this header requires Py_BUILD_CORE define"
#endif


#define _Py_Debug_Cookie

#ifdef Py_GIL_DISABLED
#define _Py_Debug_gilruntimestate_enabled
#define _Py_Debug_Free_Threaded
#else
#define _Py_Debug_gilruntimestate_enabled
#define _Py_Debug_Free_Threaded
#endif


_Py_DebugOffsets;


#define _Py_DebugOffsets_INIT(debug_cookie)


#ifdef __cplusplus
}
#endif
#endif /* !Py_INTERNAL_DEBUG_OFFSETS_H */