From 05cd03aa0dd53bdee72ff3a996873341d0e6ba19 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 11 Mar 2013 08:57:17 +0200 Subject: Remove debug print. --- Lib/test/test_multiprocessing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_multiprocessing.py b/Lib/test/test_multiprocessing.py index 54ef7bf..53c8c1f 100644 --- a/Lib/test/test_multiprocessing.py +++ b/Lib/test/test_multiprocessing.py @@ -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(): -- cgit v0.12