diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-11-14 12:06:04 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-11-14 19:21:45 +0300 |
commit | 8df96b0b1c81920c1c6fcab764c1ce944eaa0f87 (patch) | |
tree | b551355ea88e9a3bdf9ca7c0985594dd40540b3b /contrib/python | |
parent | 0628d4698c38973d90cd1fbc81a6b67e1d6d24a9 (diff) | |
download | ydb-8df96b0b1c81920c1c6fcab764c1ce944eaa0f87.tar.gz |
ydb: fix compilatino with address sanitizer
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/cffi/py2/lsan.supp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/cffi/py2/lsan.supp b/contrib/python/cffi/py2/lsan.supp new file mode 100644 index 0000000000..8533ad0d29 --- /dev/null +++ b/contrib/python/cffi/py2/lsan.supp @@ -0,0 +1,2 @@ +leak:b_init_cffi_1_0_external_module +leak:lib_build_and_cache_attr |