[issue43610] Ctrl C makes interpreter exit

Terry J. Reedy report at bugs.python.org
Sun Jun 6 16:07:15 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I verified that sndhdr.what(0) calls "with open(0, rb)" so that Eryk's comment applies.  (On Windows, handle 0 is invalid, so the call errors immediately instead of hanging.)

----------
nosy: +terry.reedy
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43610>
_______________________________________


More information about the Python-bugs-list mailing list