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

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