mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Patch #975056 - fixes for restartable signals on *BSD. In addition,
a few remaining calls to signal() were converted to PyOS_setsig().
This commit is contained in:
parent
7d428788e1
commit
9ceaa72ebe
5 changed files with 28 additions and 48 deletions
|
@ -217,7 +217,7 @@ shutdown(how) -- shut down traffic in one or both directions\n\
|
|||
|
||||
/* Generic includes */
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
//#include <signal.h>
|
||||
|
||||
/* Generic socket object definitions and includes */
|
||||
#define PySocket_BUILDING_SOCKET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue