[issue21076] Turn signal.SIG* constants into enums

Giampaolo Rodola' report at bugs.python.org
Fri Mar 28 18:13:39 CET 2014


Giampaolo Rodola' added the comment:

New patch in attachment provides 3 enum containers and overrides all the necessary signal module APIs so that they interoperate with enums on both "get" and "set".
I decided *not* to rename signamodule.c to _signamodule.c in this patch so that it is easier to review (I will do the renaming as a second step).

----------
Added file: http://bugs.python.org/file34653/signals3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21076>
_______________________________________


More information about the Python-bugs-list mailing list