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