Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103495) #103514

Merged
merged 4 commits into from
Apr 13, 2023

Commits on Apr 13, 2023

  1. [3.11] pythongh-103479: [Enum] require __new__ to be considered a da…

    …ta type (pythonGH-103495)
    
    a mixin must either have a __new__ method, or be a dataclass, to be interpreted as a data-type.
                        (cherry picked from commit a6f9594)
    
                        Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
    ethanfurman committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ab60fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102b7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faff581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b53741 View commit details
    Browse the repository at this point in the history