This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Claudiu.Popa, Shiming He, andreasvc, bquinlan, dan.oreilly, giampaolo.rodola, jcon, josh.r, mark.dickinson, mdengler, nchammas, pitrou, s0undt3ch, serhiy.storchaka, thehesiod
Date 2017-11-05.17:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509902003.1.0.213398074469.issue21423@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-05 17:13:23serhiy.storchakasetrecipients: + 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:23serhiy.storchakasetmessageid: <1509902003.1.0.213398074469.issue21423@psf.upfronthosting.co.za>
2017-11-05 17:13:23serhiy.storchakalinkissue21423 messages
2017-11-05 17:13:22serhiy.storchakacreate