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

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