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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/dictobject.h>
#else
#include <contrib/tools/python/src/Include/dictobject.h>
#endif