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 steve.dower
Recipients matrixise, steve.dower, vstinner
Date 2018-10-13.16:15:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539447345.13.0.788709270274.issue34945@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for spotting this!

There's no "rationale" for hiding the output - what happened is I streamlined the test suite to always capture output, instead of some tests deciding whether they ought to capture it or not (and some doing incredibly weird things when capturing, and others capturing the capture).

While I was testing I went immediately to `print(file=sys.__stderr__)`, since that's what I normally do, but it shouldn't be too hard to make the test suite only capture output when collecting it for the test results.

I'll try and get to it in the next two weeks, depending on how my conference schedules work out. I'm also happy to review someone else's change.
History
Date User Action Args
2018-10-13 16:15:45steve.dowersetrecipients: + steve.dower, vstinner, matrixise
2018-10-13 16:15:45steve.dowersetmessageid: <1539447345.13.0.788709270274.issue34945@psf.upfronthosting.co.za>
2018-10-13 16:15:45steve.dowerlinkissue34945 messages
2018-10-13 16:15:45steve.dowercreate