aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/frameobject.h
blob: 06033770548ca6f5fee8257e83a0861f210f7fcf (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/cpython/frameobject.h> 
#else 
#error "No <cpython/frameobject.h> in Python2" 
#endif