]> granicus.if.org Git - python/commit
Patch #975056 - fixes for restartable signals on *BSD. In addition,
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 13 Oct 2004 14:48:50 +0000 (14:48 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 13 Oct 2004 14:48:50 +0000 (14:48 +0000)
commit9ceaa72ebe96cb5423aa3fb2adede3fcd1c7b6b0
tree89e6ac6b3f1ec58c13296765e2301b854a6150d6
parent7d428788e156200df2f8e6421cad9fce083fd96b
Patch #975056 - fixes for restartable signals on *BSD. In addition,
a few remaining calls to signal() were converted to PyOS_setsig().
Modules/posixmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Parser/intrcheck.c
Python/pythonrun.c