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

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