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

#ifdef USE_PYTHON3_PREV
#error "No <stringobject.h> in Python3"
#else
#include <contrib/tools/python/src/Include/stringobject.h>
#endif