[issue26309] socketserver.BaseServer._handle_request_noblock() doesn't shutdown request if verify_request is False

Martin Panter report at bugs.python.org
Thu Feb 18 06:58:29 EST 2016


Martin Panter added the comment:

For the Python 2 version I had to make some small changes to the test. I used indirection instead of “nonlocal”, and replaced the super() call because the classes are apparently the wrong kind for super().

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list