Issue 3572: with closed file descriptor #2 (stderr), py3k hangs when trying to print an exception
Created on 2008-08-16 22:20 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg71244 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2008-08-16 22:20 | |
Reproducing this bug is simple: ./python -c "import os; os.close(2); 1/0" |
|||
| msg71247 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2008-08-16 23:11 | |
Curious. I wonder if this is platform specific because this does not hang for me on MacOS. |
|||
| msg71250 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2008-08-16 23:52 | |
Hmm, sorry, false alarm. This was due to some debugging code I had added in my working copy. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:37 | admin | set | github: 47822 |
| 2008-08-16 23:52:22 | pitrou | set | status: open -> closed resolution: not a bug messages: + msg71250 |
| 2008-08-16 23:11:36 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg71247 |
| 2008-08-16 22:57:16 | gvanrossum | set | nosy: + gvanrossum |
| 2008-08-16 22:20:57 | pitrou | create | |
