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

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