Message305601
test_concurrent_futures now produces too much output on stderr.
$ ./python -m test test_concurrent_futures >/dev/null
Exception in initializer:
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/concurrent/futures/process.py", line 170, in _process_worker
initializer(*initargs)
File "/home/serhiy/py/cpython/Lib/test/test_concurrent_futures.py", line 66, in init_fail
raise ValueError('error in initializer')
ValueError: error in initializer
Exception in initializer:
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/concurrent/futures/process.py", line 170, in _process_worker
initializer(*initargs)
File "/home/serhiy/py/cpython/Lib/test/test_concurrent_futures.py", line 66, in init_fail
raise ValueError('error in initializer')
ValueError: error in initializer
...
What is worse, this output looks as errors report. |
|
| Date |
User |
Action |
Args |
| 2017-11-05 17:13:23 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, bquinlan, mark.dickinson, pitrou, giampaolo.rodola, Claudiu.Popa, jcon, mdengler, s0undt3ch, thehesiod, josh.r, andreasvc, dan.oreilly, nchammas, Shiming He |
| 2017-11-05 17:13:23 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-11-05 17:13:23 | serhiy.storchaka | link | issue21423 messages |
| 2017-11-05 17:13:22 | serhiy.storchaka | create | |
|