From 93dedde5f347af8bf358ce6a131662ed784220f4 Mon Sep 17 00:00:00 2001 From: shadchin Date: Sat, 25 May 2024 20:17:30 +0300 Subject: Remove unnecessary patch 294af49eb80feb0cff89ea1de5cd9a8728bfbe89 --- contrib/tools/python3/Python/errors.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'contrib/tools/python3/Python') diff --git a/contrib/tools/python3/Python/errors.c b/contrib/tools/python3/Python/errors.c index 68e740425b6..6c46d1f2136 100644 --- a/contrib/tools/python3/Python/errors.c +++ b/contrib/tools/python3/Python/errors.c @@ -1265,11 +1265,6 @@ PyErr_NewException(const char *name, PyObject *base, PyObject *dict) PyObject *bases = NULL; PyObject *result = NULL; -#if defined(__has_feature) -# if __has_feature(memory_sanitizer) - __msan_unpoison_string(name); -# endif -#endif const char *dot = strrchr(name, '.'); if (dot == NULL) { _PyErr_SetString(tstate, PyExc_SystemError, -- cgit v1.3