[issue12905] multiple errors in test_socket on OpenBSD

Charles-François Natali report at bugs.python.org
Tue Sep 6 20:33:56 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> Hi, it blocks too:

Oops, I just realized there was a typo in the sample test.
The signal handler should be
lambda x,y: 1/0

and not

lambda x,y: 0

----------

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


More information about the Python-bugs-list mailing list