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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, kristjan.jonsson, mhammond
Date 2009-01-02.09:17:09
SpamBayes Score 8.229442e-06
Marked as misclassified No
Message-id <1230887830.55.0.601904720526.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
But then you get a nasty pop-up window on code like this:

>>> fd = os.open("foo", 0)
>>> os.close(fd)
>>> os.close(fd)

Instead of a gentle "OSError: [Errno 9] Bad file descriptor"
History
Date User Action Args
2009-01-02 09:17:10amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mhammond, kristjan.jonsson
2009-01-02 09:17:10amaury.forgeotdarcsetmessageid: <1230887830.55.0.601904720526.issue4804@psf.upfronthosting.co.za>
2009-01-02 09:17:09amaury.forgeotdarclinkissue4804 messages
2009-01-02 09:17:09amaury.forgeotdarccreate