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

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