aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/bytearrayobject.h
blob: 0acb4ce6d181737cfa988b5b00837968a9f17533 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/cpython/bytearrayobject.h> 
#else 
#error "No <cpython/bytearrayobject.h> in Python2" 
#endif