Kaydet (Commit) 05cd03aa authored tarafından Ezio Melotti's avatar Ezio Melotti

Remove debug print.

üst e318a883
......@@ -1748,7 +1748,6 @@ class _TestPool(BaseTestCase):
with multiprocessing.Pool(2) as p:
r = p.map_async(sqr, L)
self.assertEqual(r.get(), expected)
print(p._state)
self.assertRaises(ValueError, p.map_async, sqr, L)
def raising():
......
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