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

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