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

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