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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/pthread_stubs.h>
#else
#error "No <cpython/pthread_stubs.h> in Python2"
#endif