#31040: Python 3.9 compatibility
------------------------------+-----------------------------------------
     Reporter:  felixxm       |                    Owner:  nobody
         Type:  New feature   |                   Status:  new
    Component:  Core (Other)  |                  Version:  master
     Severity:  Normal        |               Resolution:
     Keywords:                |             Triage Stage:  Someday/Maybe
    Has patch:  0             |      Needs documentation:  0
  Needs tests:  0             |  Patch needs improvement:  0
Easy pickings:  0             |                    UI/UX:  0
------------------------------+-----------------------------------------

Comment (by GitHub <noreply@…>):

 In [changeset:"d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0" d94a9aa]:
 {{{
 #!CommitTicketReference repository=""
 revision="d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0"
 Refs #31040, Refs #31224 -- Prevented cycles in exceptions chain.

 Async exception handling was raising an exception that was creating a
 cycle in the exception chain (by re-raising an exception in
 sync_to_async that was already being handled).

 Thanks Chris Jerdonek for detailed analysis.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31040#comment:7>
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/065.be778e7172f80c69063dc682e7036308%40djangoproject.com.

Reply via email to