diff options
| author | nkozlovskiy <[email protected]> | 2023-10-13 18:09:54 +0300 |
|---|---|---|
| committer | nkozlovskiy <[email protected]> | 2023-10-13 18:35:41 +0300 |
| commit | 653f57be2e8bf12d7657506bc0d108196cc500b5 (patch) | |
| tree | 4080ea8a767af09c86374f5692f4251efd0d12b9 /contrib/tools/python3/src | |
| parent | cdbf79cb4e1fbf3be2451b73ef662732ca412c23 (diff) | |
add tasan.supp, lsan.supp
Diffstat (limited to 'contrib/tools/python3/src')
| -rw-r--r-- | contrib/tools/python3/src/tsan.supp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tools/python3/src/tsan.supp b/contrib/tools/python3/src/tsan.supp new file mode 100644 index 00000000000..65dce089ffc --- /dev/null +++ b/contrib/tools/python3/src/tsan.supp @@ -0,0 +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 |
