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

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