summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/internal/pycore_context.h
blob: 72b7305246aaffc18566d85b7bf5eba11816b2e9 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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