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

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