From d159d33e46bf8a6c1281f50986d5eada9c70b154 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Thu, 18 Jun 2026 14:08:41 +0300 Subject: Intermediate changes commit_hash:3d2219c4308434ada647e6d8358655f5898d56b4 --- contrib/libs/python/Include/internal/pycore_pythonrun.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/libs/python/Include/internal/pycore_pythonrun.h (limited to 'contrib/libs/python/Include/internal/pycore_pythonrun.h') diff --git a/contrib/libs/python/Include/internal/pycore_pythonrun.h b/contrib/libs/python/Include/internal/pycore_pythonrun.h new file mode 100644 index 00000000000..3f0d9785df2 --- /dev/null +++ b/contrib/libs/python/Include/internal/pycore_pythonrun.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include +#else +#error "No in Python2" +#endif -- cgit v1.3