aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/bytearrayobject.h
blob: 0e69010be763c665e12a7c14658958bc6223daf5 (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