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

Antoine Pitrou report at bugs.python.org
Sun Aug 17 00:20:57 CEST 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

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), py3k hangs when trying to print an exception
type: crash
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3572>
_______________________________________


More information about the New-bugs-announce mailing list