aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_frame.h
blob: 09ebc0ed139c40d8525f2cd3f39979f4c28bf855 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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