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 taleinat
Recipients georg.brandl, larry, loewis, nadeem.vawda, serhiy.storchaka, taleinat
Date 2015-04-24.12:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429878297.42.0.993727298407.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch just for Modules/signalmodule.c (and related files), based on Georg's patch, updated to apply against current default, including fixes thanks to Serhiy's review.

This include one minor doc change, since I changed the name of the second parameter to signal.pthread_kill from "signum" to "signalnum" to be consistent with the rest of the signal module. This will not break existing code since this parameter is positional-only.
History
Date User Action Args
2015-04-24 12:24:58taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda, serhiy.storchaka
2015-04-24 12:24:57taleinatsetmessageid: <1429878297.42.0.993727298407.issue20182@psf.upfronthosting.co.za>
2015-04-24 12:24:57taleinatlinkissue20182 messages
2015-04-24 12:24:57taleinatcreate