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

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