• Victor Stinner's avatar
    Add socket finalizer · 19a8e844
    Victor Stinner yazdı
    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).
    19a8e844
socketmodule.c 209 KB