mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Merged revisions 86019 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86019 | brian.curtin | 2010-10-30 23:40:53 -0500 (Sat, 30 Oct 2010) | 2 lines Fix a ResourceWarning for an unclosed socket. ........
This commit is contained in:
parent
0343d8f4f1
commit
d9f3f08b8c
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ def listen(port=DEFAULT_LOGGING_CONFIG_PORT):
|
|||
logging._acquireLock()
|
||||
abort = self.abort
|
||||
logging._releaseLock()
|
||||
self.socket.close()
|
||||
|
||||
def serve(rcvr, hdlr, port):
|
||||
server = rcvr(port=port, handler=hdlr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue