#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 Chris Jerdonek):

 While the cause of the `test_suspiciousop_in_view_returns_400` failure
 will be fixed in CPython, I recommend that you review the Django code that
 was triggering it. Django's exception handling code was raising an
 exception that was creating a cycle in the exception chain (by re-raising
 an exception that was already being handled). You might want to reconsider
 whether there is a better solution. You can see the linked Python issue
 for some analysis I did of the code on the Django side.

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

Reply via email to