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

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