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 ethan.furman
Recipients barry, eli.bendersky, ethan.furman, giampaolo.rodola, serhiy.storchaka
Date 2015-03-19.15:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426780310.88.0.00570649926063.issue23325@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the explanation, point taken.

However, it seems to me that changing the type of the constants from 'int' to 'function' is backwards incompatible, will break code, and is probably not worth it (and would require a deprecation period if it was worth it).

I still think the better answer is to delve into Modules/signalmodule.c and fix the comparisons.
History
Date User Action Args
2015-03-19 15:51:50ethan.furmansetrecipients: + ethan.furman, barry, giampaolo.rodola, eli.bendersky, serhiy.storchaka
2015-03-19 15:51:50ethan.furmansetmessageid: <1426780310.88.0.00570649926063.issue23325@psf.upfronthosting.co.za>
2015-03-19 15:51:50ethan.furmanlinkissue23325 messages
2015-03-19 15:51:50ethan.furmancreate