aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/bytearrayobject.h
blob: 463569e39456b11ce8ed2dc754b13e0f401cb6e7 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/bytearrayobject.h> 
#else 
#include <contrib/tools/python/src/Include/bytearrayobject.h> 
#endif