[issue14531] Backtrace should not attempt to open <stdin> file

Ned Deily report at bugs.python.org
Sun Apr 8 23:47:37 CEST 2012


Ned Deily <nad at acm.org> added the comment:

That does seem like silly behavior.  On the other hand, the only ill effect is likely the time required to execute the series of open calls which, in the interactive case, would not even be noticed on most systems.  Would you be interested in writing a patch?

----------
nosy: +ned.deily
priority: normal -> low
stage:  -> needs patch
versions: +Python 3.2, Python 3.3 -Python 3.4

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


More information about the Python-bugs-list mailing list