mirror of
https://github.com/django/django.git
synced 2025-06-01 09:39:12 +00:00
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.