summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_dict.h
blob: e48fbeaddb1349ff54498c90076295c17e36cbf5 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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