aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/pthread_stubs.h
blob: 96d5da52734ebc73cbdd33604ca16b83deeaf8d4 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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