summaryrefslogtreecommitdiff
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-21 16:36:48 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-03-21 16:36:48 +0100
commit19a8e844e455a26419f35bd4b57d4a7d19b61b69 (patch)
tree860491b485c505f4a95898dadc7c5abc482c5760 /Python/modsupport.c
parent322bc12c3142e7816dd34c6c3085929ab29d3ed8 (diff)
downloadcpython-git-19a8e844e455a26419f35bd4b57d4a7d19b61b69.tar.gz
Add socket finalizer
Issue #26590: Implement a safe finalizer for the _socket.socket type. It now releases the GIL to close the socket. Use PyErr_ResourceWarning() to raise the ResourceWarning to pass the socket object to the warning logger, to get the traceback where the socket was created (allocated).
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions