[issue3572] with closed file descriptor #2 (stderr), py3k hangs when trying to print an exception

2008-08-16 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Hmm, sorry, false alarm. This was due to some debugging code I had added in my working copy. -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3572] with closed file descriptor #2 (stderr), py3k hangs when trying to print an exception

2008-08-16 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Curious. I wonder if this is platform specific because this does not hang for me on MacOS. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> _

[issue3572] with closed file descriptor #2 (stderr), py3k hangs when trying to print an exception

2008-08-16 Thread Guido van Rossum
Changes by Guido van Rossum <[EMAIL PROTECTED]>: -- nosy: +gvanrossum ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list ma

[issue3572] with closed file descriptor #2 (stderr), py3k hangs when trying to print an exception

2008-08-16 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: Reproducing this bug is simple: ./python -c "import os; os.close(2); 1/0" -- components: Interpreter Core messages: 71244 nosy: pitrou priority: high severity: normal status: open title: with closed file descriptor #2 (stderr), py3