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

#ifdef USE_PYTHON3_PREV
#error "No <intobject.h> in Python3"
#else
#include <contrib/tools/python/src/Include/intobject.h>
#endif