aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/bytesobject.h
blob: 307c6b432d2a07dad90b38ac226d49df16999fee (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