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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/bytearrayobject.h>
#else
#include <contrib/tools/python/src/Include/bytearrayobject.h>
#endif