[issue7127] regrtest -j fails when tests write to stderr

2009-10-18 Thread R. David Murray
R. David Murray added the comment: Hmm. Look like I forgot that I opened this issue, and opened a new one with the patch. Closing this one in favor of the one with the patch. -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> r

[issue7127] regrtest -j fails when tests write to stderr

2009-10-16 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7127] regrtest -j fails when tests write to stderr

2009-10-14 Thread R. David Murray
New submission from R. David Murray : If a test writes to stderr, then the -j (multiprocessing) support in regrtest fails to correctly extract the JSON data from the test output, resulting in a JSON traceback followed by a failure of the worker thread. Antoine has suggested tagging the JSON resu