#32074: Python 3.10 compatibility
-------------------------------------+-------------------------------------
     Reporter:  Mariusz Felisiak     |                    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 Carlton Gibson <carlton.gibson@…>):

 In [changeset:"ff25791d2312c7886e6dd256c0ae2b869f72c4f1" ff25791d]:
 {{{
 #!CommitTicketReference repository=""
 revision="ff25791d2312c7886e6dd256c0ae2b869f72c4f1"
 [3.2.x] Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python
 3.10.

 EnumMeta has a new keyword argument 'boundary' in Python 3.10. This
 is a new mechanism that controls how out-of-range / invalid bits are
 handled, see https://bugs.python.org/issue38250.

 Backport of 5d9b065d3f93de056588dfee6f1776294dd8bab2 from master
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32074#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.c23b0b4cc40210f27af8bf539eb54a2c%40djangoproject.com.

Reply via email to