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

#ifdef USE_PYTHON3
#error "No <bufferobject.h> in Python3"
#else
#include <contrib/tools/python/src/Include/bufferobject.h>
#endif