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

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