summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_bytesobject.h
blob: d312a7fc1e418e8a33310d28cfe2a38842d5acd9 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_bytesobject.h>
#else
#error "No <internal/pycore_bytesobject.h> in Python2"
#endif