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

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