This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new bca7d2f  DISPATCH-1467: mask leaks in python2 for now
bca7d2f is described below

commit bca7d2f061e668e32cbdc108571c6a00cd7474d9
Author: Kenneth Giusti <[email protected]>
AuthorDate: Fri Nov 8 11:21:36 2019 -0500

    DISPATCH-1467: mask leaks in python2 for now
---
 tests/lsan.supp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lsan.supp b/tests/lsan.supp
index b2d8c81..a37c399 100644
--- a/tests/lsan.supp
+++ b/tests/lsan.supp
@@ -56,6 +56,7 @@ leak:qd_parse_internal
 
 leak:*libpython*
 leak:*libwebsockets*
+leak:*python2*
 
 # We should be able to uncomment these once all known dispatch leaks have been 
fixed
 leak:*libqpid-proton*


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to