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 serhiy.storchaka
Recipients ethan.furman, giampaolo.rodola, gvanrossum, neologix, python-dev, serhiy.storchaka, vstinner
Date 2015-01-24.13:02:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422104541.9.0.614893051175.issue21076@psf.upfronthosting.co.za>
In-reply-to
Content
And more:

>>> import signal
>>> signal.signal(1.2, signal.SIG_DFL)
<Handlers.SIG_DFL: 0>
>>> signal.signal('1', signal.SIG_DFL)
<Handlers.SIG_DFL: 0>
History
Date User Action Args
2015-01-24 13:02:21serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, giampaolo.rodola, neologix, ethan.furman, python-dev
2015-01-24 13:02:21serhiy.storchakasetmessageid: <1422104541.9.0.614893051175.issue21076@psf.upfronthosting.co.za>
2015-01-24 13:02:21serhiy.storchakalinkissue21076 messages
2015-01-24 13:02:21serhiy.storchakacreate