This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, rpointel, vstinner
Date 2011-09-06.18:33:54
SpamBayes Score 0.029641967
Marked as misclassified No
Message-id <CAH_1eM0F+BCtdt5pQqwMUhkbkAG43peViST4qSeA4p3a9aTc+A@mail.gmail.com>
In-reply-to <1315332063.76.0.155696048659.issue12905@psf.upfronthosting.co.za>
Content
> 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
History
Date User Action Args
2011-09-06 18:33:56neologixsetrecipients: + neologix, vstinner, rpointel
2011-09-06 18:33:54neologixlinkissue12905 messages
2011-09-06 18:33:54neologixcreate