#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@…>):

 In [changeset:"5d9b065d3f93de056588dfee6f1776294dd8bab2" 5d9b065d]:
 {{{
 #!CommitTicketReference repository=""
 revision="5d9b065d3f93de056588dfee6f1776294dd8bab2"
 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.
 }}}

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

Reply via email to