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 i386x
Recipients i386x
Date 2011-09-13.06:51:34
SpamBayes Score 3.4425254e-06
Marked as misclassified No
Message-id <1315896695.55.0.887775413024.issue12969@psf.upfronthosting.co.za>
In-reply-to
Content
Invoking the `close' method of `_io.BufferedWriter' instance created by `open(0,"wb")' command cause the Python interpreter crash.

Python interpreter info:
  mode: interactive
  version info: Python 3.2.1 (default, Jul 10 2011, 21:51:15) [MSC v.1500 32 bit (Intel)] on win32

Operanting system info:
  Microsoft Windows XP
  Home Edition
  Version 2002
  Service Pack 3

Commands:
>>> fd = open(0,"wb")
>>> fd.close()
History
Date User Action Args
2011-09-13 06:51:35i386xsetrecipients: + i386x
2011-09-13 06:51:35i386xsetmessageid: <1315896695.55.0.887775413024.issue12969@psf.upfronthosting.co.za>
2011-09-13 06:51:34i386xlinkissue12969 messages
2011-09-13 06:51:34i386xcreate