Tal Einat added the comment:

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.

----------
Added file: http://bugs.python.org/file39194/issue20182.signalmodule.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20182>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to