summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/lock.h
blob: ecaaf7520715421c057b4e84faeb4d348a389b76 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/cpython/lock.h>
#else
#error "No <cpython/lock.h> in Python2"
#endif