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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/src/Include/bytesobject.h>
#else
#include <contrib/tools/python/src/Include/bytesobject.h>
#endif