#31852: Support async generators in StreamingHttpResponse
-------------------------------+--------------------------------------
     Reporter:  Axel Hecht     |                    Owner:  nobody
         Type:  New feature    |                   Status:  closed
    Component:  HTTP handling  |                  Version:  3.1
     Severity:  Normal         |               Resolution:  needsinfo
     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 Andrew Godwin):

 We definitely should expand to add this, but async generators are quite
 tough to support across a range of Python versions; they get increasingly
 better to use every version. I think the best approach here would be an
 exploratory patch to see what we can get that looks reasonable given
 Django's current supported Python versions - 3.6 might be a high enough
 baseline (3.5 is very problematic), but it might be a thing that's easier
 in a future 3.7+ release.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31852#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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.0218f2c5535999526e29735ad19d206b%40djangoproject.com.

Reply via email to