Zachary Ware added the comment:

Right you are, Chris.  v4 has a comment added to regrtest.runtest_inner 
pointing back to this issue.

Also in v4, ReapedSuite has been moved to test.support.  At least one other 
test module (test_pydoc) uses the same idiom as test_concurrent_futures, and so 
could use this suite for the same effect.  Several others use at least one of 
reap_threads (or its component pieces) or reap_children in test_main, and I 
believe those could also use ReapedSuite for simplicity's sake.  Used in its 
current form, it shouldn't cause any issues other than perhaps an extra couple 
of function calls.

----------
Added file: 
http://bugs.python.org/file28896/test_concurrent_futures_discovery.v4.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to