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

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