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

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