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

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