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

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