#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 Mariusz Felisiak <felisiak.mariusz@…>):

 In [changeset:"bd389a832aa1480fc76c3fb2bb6f92ea4209e378" bd389a8]:
 {{{
 #!CommitTicketReference repository=""
 revision="bd389a832aa1480fc76c3fb2bb6f92ea4209e378"
 [3.1.x] 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.
 Backport of d94a9aa0557a459a5b9b7b82a8c043de14f8b1a0 from master
 }}}

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

Reply via email to