DEBSOURCES
Skip Quicknav
sources / python-fastrlock / 0.8.3-2 / fastrlock / fastrlock_helpers.h
12345
#if PY_VERSION_HEX < 0x03020000 && !defined(PY_LOCK_FAILURE) # define PY_LOCK_FAILURE 0 # define PY_LOCK_ACQUIRED 1 # define PY_LOCK_INTR -1 #endif