#24069: Regression in ServerHandler.handler_error
------------------------------+--------------------------------------
     Reporter:  pelme         |                    Owner:  pelme
         Type:  Bug           |                   Status:  assigned
    Component:  Core (Other)  |                  Version:  master
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Unreviewed
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+--------------------------------------

Comment (by pelme):

 Here is a PR that makes ServerHandler a new style class which fixes the
 issue:

 https://github.com/django/django/pull/3826

 I am not sure how this can be tested. It is hard to test this since
 simple_server does some very nasty error handling (`except:` in a bunch of
 places and relies on `sys.exc_info`).

--
Ticket URL: <https://code.djangoproject.com/ticket/24069#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.0e0f24e70bd5b5c291c051037e0da263%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to