--
Ticket URL: <https://code.djangoproject.com/ticket/32265>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Petter Strandmark (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/32265#comment:1>
* stage: Someday/Maybe => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32265#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/13899 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32265#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32265#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"88e972e46d71520fbb480642cf957185e5a14a46" 88e972e4]:
{{{
#!CommitTicketReference repository=""
revision="88e972e46d71520fbb480642cf957185e5a14a46"
Fixed #32265, Refs #32355 -- Removed unnecessary
ServerHandler.handle_error().
ConnectionAbortedError, BrokenPipeError, ConnectionResetError raised
from SocketServer.BaseServer.finish_request() are already suppressed
by wsgiref.handlers.BaseHandler.run() in Python 3.7+, see
https://github.com/python/cpython/commit/47ffc1a9f6fab1c17cdcc325d4af066317369ed7
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32265#comment:5>