#20619: Missing call to super in `WSGIRequest.__init__()`
---------------------------------+----------------------------------------
     Reporter:  loic84           |                    Owner:  andrewgodwin
         Type:  Bug              |                   Status:  assigned
    Component:  HTTP handling    |                  Version:  master
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  1                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  1                |                    UI/UX:  0
---------------------------------+----------------------------------------

Comment (by loic84):

 PR https://github.com/django/django/pull/1311

 This should be enough to drop the priority on this ticket in view of
 1.6b1. Note that the commit message won't close the ticket, we'll still
 need a long term solution for the missing call to `super`.

 While I'm at it, I'll mention that
 https://github.com/loic/django/compare/ticket20619_take3 addresses two
 outstanding issues:

 - We initialize a mutable at the class level in
 `HttpRequest._upload_handlers`.
 - `WSGIRequest.REQUEST` would go stale if you access it and then change
 the encoding.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20619#comment:12>
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/064.1da6c62f81c095a4132807860ae0631b%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to