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

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