[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-11 Thread Jordan Ephron
Jordan Ephron added the comment: Oops, still getting used to the Python mailing list format. Learned something new! Thanks for all your awesome work on Python. On 11.06.2021 08:19, Ethan Furman wrote: > >Ethan Furman added the comment: > >Glad you like it! > >Please don't change the title

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-11 Thread Ethan Furman
Ethan Furman added the comment: Glad you like it! Please don't change the title back. :-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed title: Abstract enum mixins not allowed -> Multiple enum mixins not allowed even when they have the same

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread Ethan Furman
Ethan Furman added the comment: New changeset 304ec53b53021ceddf62a38e66a06aed37e2ac41 by Miss Islington (bot) in branch '3.9': bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26652)

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread Ethan Furman
Ethan Furman added the comment: New changeset 01286017c3345e2b8a0af2bd48f6eb2087693a82 by Miss Islington (bot) in branch '3.10': bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653)

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +25239 pull_request: https://github.com/python/cpython/pull/26653 ___ Python tracker ___

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +25240 pull_request: https://github.com/python/cpython/pull/26654 ___ Python tracker ___

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25238 pull_request: https://github.com/python/cpython/pull/26652 ___ Python tracker

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread Ethan Furman
Ethan Furman added the comment: New changeset 8a4f0850d75747af8c96ca0e7eef1f5c1abfba25 by Ethan Furman in branch 'main': bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) https://github.com/python/cpython/commit/8a4f0850d75747af8c96ca0e7eef1f5c1abfba25

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread Ethan Furman
Change by Ethan Furman : -- title: Abstract enum mixins not allowed -> Multiple enum mixins not allowed even when they have the same datatype ___ Python tracker ___

[issue44356] Multiple enum mixins not allowed even when they have the same datatype

2021-06-10 Thread Ethan Furman
Change by Ethan Furman : -- keywords: +patch pull_requests: +25235 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26649 ___ Python tracker ___