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

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