]> granicus.if.org Git - python/commit
Clean up the fix to #9324 with some of the suggestions raised on python-dev
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:04:10 +0000 (16:04 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 6 Sep 2010 16:04:10 +0000 (16:04 +0000)
commitc734b312cb8316af0c036323b16caf23545cd21f
treee8b23e51e9b39c86e7101af251dc4b57fabb5cc7
parent92f87f7c49179e271e893898ec898f9908508313
Clean up the fix to #9324 with some of the suggestions raised on python-dev
in response to the original checkin.

Move the validation from the original loop into a switch statement,
and adjust a platform check in the tests.
Lib/test/test_signal.py
Modules/signalmodule.c