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

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