aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/include
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-06 15:03:31 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-02-06 15:23:04 +0300
commitaa875067a1bd13a74c342017536b8ddc8443729e (patch)
treea718a39f103a27ecf168e3310049a64c34be9611 /contrib/python/numpy/include
parent58bf93aa2a19207b73af4e3a4894741903ee0566 (diff)
downloadydb-aa875067a1bd13a74c342017536b8ddc8443729e.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/numpy/include')
-rw-r--r--contrib/python/numpy/include/numpy/core/feature_detection_misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/python/numpy/include/numpy/core/feature_detection_misc.h b/contrib/python/numpy/include/numpy/core/feature_detection_misc.h
new file mode 100644
index 0000000000..0e6447fbd1
--- /dev/null
+++ b/contrib/python/numpy/include/numpy/core/feature_detection_misc.h
@@ -0,0 +1,5 @@
+#ifdef USE_PYTHON3
+#include <contrib/python/numpy/py3/numpy/core/feature_detection_misc.h>
+#else
+#error #include <contrib/python/numpy/py2/numpy/core/feature_detection_misc.h>
+#endif