aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/memoryobject.h
blob: 24c212f367e0a9fdf5a74cddc75eb0ed3fd054c8 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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