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

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