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 gregory.p.smith
Recipients brian.curtin, chris.jerdonek, ezio.melotti, gregory.p.smith, pitrou
Date 2013-03-10.16:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362933379.78.0.97412754146.issue17323@psf.upfronthosting.co.za>
In-reply-to
Content
If this is done, it should probably be on by default on all --with-pydebug buildbots.  Otherwise I suspect nobody will _ever_ look at its output and we should just remove the feature all together.

Being off in the main process on the build bots would still make test_subprocess.py happier though as that test's own child processes wouldn't pass the command line flag to enable it so they wouldn't see it in child process stderr.
History
Date User Action Args
2013-03-10 16:36:19gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, ezio.melotti, brian.curtin, chris.jerdonek
2013-03-10 16:36:19gregory.p.smithsetmessageid: <1362933379.78.0.97412754146.issue17323@psf.upfronthosting.co.za>
2013-03-10 16:36:19gregory.p.smithlinkissue17323 messages
2013-03-10 16:36:19gregory.p.smithcreate