[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Ezio Melotti
New submission from Ezio Melotti: While running test_multiprocessing I get: [...] test_wait_return (test.test_multiprocessing.WithManagerTestBarrier) ... ok Shared objects which still exist at manager shutdown: b6b802d4: refcount=1 threading.Barrier object at 0xb6b802d4 b6b80ea4:

[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Richard Oudkerk
Richard Oudkerk added the comment: LGTM (although the warning is actually harmless). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17395 ___

[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Why 1? This should be commented. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17395 ___ ___

[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Richard Oudkerk
Richard Oudkerk added the comment: Why 1? This should be commented. The manager process will always be included in active_children(). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17395

[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2966e5a55396 by Ezio Melotti in branch 'default': #17395: wait for live children in test_multiprocessing. http://hg.python.org/cpython/rev/2966e5a55396 -- nosy: +python-dev ___ Python tracker

[issue17395] Wait for live children in test_multiprocessing

2013-03-11 Thread Ezio Melotti
Ezio Melotti added the comment: I added a comment and committed the patch. Thanks for the reviews! -- assignee: - ezio.melotti resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker