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

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