]> granicus.if.org Git - python/commit
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 15:05:38 +0000 (15:05 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Oct 2010 15:05:38 +0000 (15:05 +0000)
commitb1c54967381062bccef7db574b8e84f48a0eca76
tree61af78425836dcb0891283994152df9c0e1b6556
parentf4061dac607d9bc2b3af0b72da5e8917428d869e
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
where supported by the system.  Patch by Nikita Vetoshkin.
Doc/library/socket.rst
Lib/test/test_asyncore.py
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c
configure
configure.in
pyconfig.h.in