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

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