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

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