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

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