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 techtonik
Recipients techtonik
Date 2013-06-25.09:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372151386.07.0.939463937551.issue18298@psf.upfronthosting.co.za>
In-reply-to
Content
---cut test.py---
print("-1-")

open("-2-", "w").write("-3-")
---cut test.py---


> C:\Python27\pythonw.exe test.py > -4-
> type -4-
-1-

> C:\Python27\pythonw.exe test.py 2> -4-
> type -4-
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

> C:\Python27\python.exe test.py 2> -4-
-1-
>type -4-
>


This may also affect subprocess calls under pythonw.exe  I am running Python 2.7.3
History
Date User Action Args
2013-06-25 09:09:46techtoniksetrecipients: + techtonik
2013-06-25 09:09:46techtoniksetmessageid: <1372151386.07.0.939463937551.issue18298@psf.upfronthosting.co.za>
2013-06-25 09:09:46techtoniklinkissue18298 messages
2013-06-25 09:09:45techtonikcreate