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

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