From 8a9f8870de4a24d01176e7d2a5cabb53bb17549b Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Wed, 7 Jan 2026 23:21:54 +0300 Subject: Intermediate changes commit_hash:5a67727c407f7fff03bad8348c4c1a4925c8b57f --- contrib/libs/python/Include/internal/pycore_pyerrors.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/libs/python/Include/internal/pycore_pyerrors.h (limited to 'contrib/libs/python/Include') diff --git a/contrib/libs/python/Include/internal/pycore_pyerrors.h b/contrib/libs/python/Include/internal/pycore_pyerrors.h new file mode 100644 index 00000000000..828d7f9e9d9 --- /dev/null +++ b/contrib/libs/python/Include/internal/pycore_pyerrors.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3 +#include +#else +#error "No in Python2" +#endif -- cgit v1.3