aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-10 11:34:09 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-10 11:43:08 +0300
commit908385834c122b8d44d0fdf2372b2445b86705e1 (patch)
treeed8580e04be155b39da0d4a3db16e43005765a29 /contrib/python/numpy/py3
parent6b5a00bd8cfac864a0ffd782a8c4c3fc839885d1 (diff)
downloadydb-908385834c122b8d44d0fdf2372b2445b86705e1.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/numpy/py3')
-rw-r--r--contrib/python/numpy/py3/numpy/core/src/multiarray/nditer_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/python/numpy/py3/numpy/core/src/multiarray/nditer_api.c b/contrib/python/numpy/py3/numpy/core/src/multiarray/nditer_api.c
index 0501c146b1..28b7bf6e63 100644
--- a/contrib/python/numpy/py3/numpy/core/src/multiarray/nditer_api.c
+++ b/contrib/python/numpy/py3/numpy/core/src/multiarray/nditer_api.c
@@ -1355,11 +1355,6 @@ NpyIter_GetInnerFixedStrideArray(NpyIter *iter, npy_intp *out_strides)
for (iop = 0; iop < nop; ++iop) {
stride = strides[iop];
-#if defined(__has_feature)
-# if __has_feature(memory_sanitizer)
- __msan_unpoison(&stride, sizeof(stride));
-# endif
-#endif
/*
* Operands which are always/never buffered have fixed strides,
* and everything has fixed strides when ndim is 0 or 1