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 barry, eli.bendersky, ethan.furman, giampaolo.rodola, serhiy.storchaka
Date 2015-03-19.07:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426749424.83.0.994859044898.issue23325@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the action parameter of signal.signal() can be SIG_DFL, SIG_IGN, or a callable Python object. Would be just a callable Python object. This is simpler.

The main benefit is that they will be better look in pydoc output.
History
Date User Action Args
2015-03-19 07:17:04serhiy.storchakasetrecipients: + serhiy.storchaka, barry, giampaolo.rodola, eli.bendersky, ethan.furman
2015-03-19 07:17:04serhiy.storchakasetmessageid: <1426749424.83.0.994859044898.issue23325@psf.upfronthosting.co.za>
2015-03-19 07:17:04serhiy.storchakalinkissue23325 messages
2015-03-19 07:17:04serhiy.storchakacreate