aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
authorAleksandr <ivansduck@gmail.com>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:52 +0300
commitea6c5b7f172becca389cacaff7d5f45f6adccbe6 (patch)
treed16cef493ac1e092b4a03ab9437ec06ffe3d188f /contrib/tools/python3
parent37de222addabbef336dcaaea5f7c7645a629fc6d (diff)
downloadydb-ea6c5b7f172becca389cacaff7d5f45f6adccbe6.tar.gz
Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/lib/lsan.supp4
-rw-r--r--contrib/tools/python3/lib/ya.make4
-rw-r--r--contrib/tools/python3/src/tsan.supp2
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/tools/python3/lib/lsan.supp b/contrib/tools/python3/lib/lsan.supp
index 37121682e7..ab7a4ead80 100644
--- a/contrib/tools/python3/lib/lsan.supp
+++ b/contrib/tools/python3/lib/lsan.supp
@@ -1,2 +1,2 @@
-leak:PyBytes_FromStringAndSize
-leak:PyUnicode_New
+leak:PyBytes_FromStringAndSize
+leak:PyUnicode_New
diff --git a/contrib/tools/python3/lib/ya.make b/contrib/tools/python3/lib/ya.make
index c78425d6cf..c4cbbe9427 100644
--- a/contrib/tools/python3/lib/ya.make
+++ b/contrib/tools/python3/lib/ya.make
@@ -12,6 +12,6 @@ PEERDIR(
contrib/tools/python3/src/Modules
)
-SUPPRESSIONS(lsan.supp)
-
+SUPPRESSIONS(lsan.supp)
+
END()
diff --git a/contrib/tools/python3/src/tsan.supp b/contrib/tools/python3/src/tsan.supp
index 65dce089ff..efce024ff0 100644
--- a/contrib/tools/python3/src/tsan.supp
+++ b/contrib/tools/python3/src/tsan.supp
@@ -1,3 +1,3 @@
# Thread sanitizers reports a data race during main thread shutdown.
# This race was consiered to be safe. See DEVTOOLSSUPPORT-8443 for details
-race:PyInterpreterState_Delete
+race:PyInterpreterState_Delete