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

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