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

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