[issue1755388] Problem with socket.gethostbyaddr() and KeyboardInterrupt

STINNER Victor report at bugs.python.org
Mon Nov 24 11:01:17 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@gagenellina: It's a bug! Python does raise a KeyboardInterrupt 
exception, but too late. The exception is raised during the 
gethostbyaddr() so I expect to get a KeyboardInterrupt just after 
gethostbyaddr().

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


More information about the Python-bugs-list mailing list