Skip to content

Conversation

@ethanfurman
Copy link
Member

@ethanfurman ethanfurman commented Jun 11, 2021

In an inheritance chain of

int -> my_int -> final_int

the data type is now final_int (not my_int)

https://bugs.python.org/issue44342

In an inheritance chain of

  int -> my_int -> final_int

the data type is now final_int (not my_int)
@miss-islington
Copy link
Contributor

Thanks @ethanfurman for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-26746 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jun 15, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 15, 2021
In an inheritance chain of

  int -> my_int -> final_int

the data type is now final_int (not my_int)
(cherry picked from commit 3a7cccf)

Co-authored-by: Ethan Furman <[email protected]>
ethanfurman added a commit that referenced this pull request Jun 15, 2021
In an inheritance chain of

  int -> my_int -> final_int

the data type is now final_int (not my_int)
(cherry picked from commit 3a7cccf)

Co-authored-by: Ethan Furman <[email protected]>

Co-authored-by: Ethan Furman <[email protected]>
@ethanfurman ethanfurman deleted the enum-inheritance branch October 21, 2021 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants