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

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