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.
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) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | 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 | |