summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/cpython/bytearrayobject.h
blob: c0f4323d5962bbfaab81395c161372a5a390dfa0 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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