summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/include
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-02-06 15:03:31 +0300
committerAlexander Smirnov <[email protected]>2024-02-09 19:18:18 +0300
commit303fba2f20dfd94603064b607671b787de12624e (patch)
tree54c22fad0bcd67bf52f78822a3ee7714fd9dbf40 /contrib/python/numpy/include
parentc7854274198c4168e713732ceb13e7075fce89b0 (diff)
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 00000000000..0e6447fbd11
--- /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