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

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