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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/pythread.h>
#else
#include <contrib/tools/python/src/Include/pythread.h>
#endif