]> granicus.if.org Git - python/commit
bpo-32454: socket closefd (#5048)
authorChristian Heimes <christian@python.org>
Sat, 27 Jan 2018 08:54:13 +0000 (09:54 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2018 08:54:13 +0000 (09:54 +0100)
commitd0e31b980f18101738d0ec518cb991a5fb73fe93
treea8b9a117d4eca90bc3dc421bcec44e44691d6a14
parent2f050c7e1b36bf641e7023f7b28b451454c6b98a
bpo-32454: socket closefd (#5048)

Add close(fd) function to the socket module

Signed-off-by: Christian Heimes <christian@python.org>
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2017-12-30-10-38-05.bpo-32454.wsZnl-.rst [new file with mode: 0644]
Modules/socketmodule.c