aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/stringobject.h
blob: e56cb06cfaab38a1359935f06cd849f7b23e3f60 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#error "No <stringobject.h> in Python3" 
#else 
#include <contrib/tools/python/src/Include/stringobject.h> 
#endif