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

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