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

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