mirror of
https://github.com/python/cpython.git
synced 2026-04-25 21:30:45 +00:00
Remove debug print.
This commit is contained in:
parent
e318a883fe
commit
05cd03aa0d
1 changed files with 0 additions and 1 deletions
|
|
@ -1748,7 +1748,6 @@ def test_context(self):
|
|||
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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue