aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-11-16 15:22:08 +0300
committershadchin <shadchin@yandex-team.com>2023-11-16 16:50:19 +0300
commit6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch)
tree47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/libs
parent358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff)
downloadydb-6b2446d933e7eaaf3caf630740dd7a1ac3d331de.tar.gz
Update numpy to 1.25.2
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/python/Include/pyerrors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/pyerrors.h b/contrib/libs/python/Include/pyerrors.h
new file mode 100644
index 0000000000..587690a2b2
--- /dev/null
+++ b/contrib/libs/python/Include/pyerrors.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#include <contrib/tools/python3/src/Include/pyerrors.h>
+#else
+#include <contrib/tools/python/src/Include/pyerrors.h>
+#endif