Commit 5cdebe11 authored by Jason Madden's avatar Jason Madden

new threads with a hub don't mix with the leakcheck. [skip ci]

parent e7f64dc2
......@@ -228,6 +228,8 @@ class TestPool2(TestPool):
result = p.apply(a)
self.assertEqual(result, "B")
# Asking for the hub in the new thread shows up as a "leak"
test_recursive_apply.ignore_leakcheck = True
class TestPool3(TestPool):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment