aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/frameobject.h
blob: 5c50eaf204f1ccfea3bb60549cc271632a7a925e (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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