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

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