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 Pox TheGreat
Recipients Pox TheGreat, davin, pitrou, terry.reedy
Date 2018-01-09.16:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515514264.62.0.467229070634.issue31804@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately this is NOT a duplicate of https://bugs.python.org/issue28326. That issue is about a closed output stream. In that case sys.stdout and sys.stderr are file like objects which have been closed.

This issue is about sys.stdout and sys.stderr being None! This is because pythonw was used not python.
History
Date User Action Args
2018-01-09 16:11:04Pox TheGreatsetrecipients: + Pox TheGreat, terry.reedy, pitrou, davin
2018-01-09 16:11:04Pox TheGreatsetmessageid: <1515514264.62.0.467229070634.issue31804@psf.upfronthosting.co.za>
2018-01-09 16:11:04Pox TheGreatlinkissue31804 messages
2018-01-09 16:11:04Pox TheGreatcreate