summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/cpython/unicodeobject.h
blob: 476530247028ad7b7e1e13eead8ee57d6762e39b (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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