[issue25139] Just a little refactoring

Алексей Смирнов report at bugs.python.org
Wed Sep 16 11:26:03 CEST 2015


New submission from Алексей Смирнов:

https://github.com/python/cpython/blob/3.5/Lib/socketserver.py#L627
Must be:
try:
    self.finish_request(request, client_address)
except:
    self.handle_error(request, client_address)
finally:
    self.shutdown_request(request)

----------
components: Library (Lib)
hgrepos: 317
messages: 250833
nosy: Алексей Смирнов
priority: normal
severity: normal
status: open
title: Just a little refactoring
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25139>
_______________________________________


More information about the Python-bugs-list mailing list