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

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