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

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