Amaury Forgeot d'Arc <[email protected]> added the comment:

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"

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4804>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to