Uh oh!
There was an error while loading. Please reload this page.
gh-112281: Allow Union with unhashable Annotated metadata - #112283
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
sobolevn
commented
Dec 2, 2023
We just did 6 rounds of nitpicks :) |
AlexWaygood
left a comment
There was a problem hiding this comment.
LGTM. @JelleZijlstra, anything more from you?
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood
commented
Feb 7, 2024
I already approved this one :) |
JelleZijlstra
commented
Mar 1, 2024
Thanks, and sorry for the wait! Do you think this should be backported? I lean yes because the old behavior feels like a bug. |
AlexWaygood
commented
Mar 1, 2024
Yeah, agreed |
Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ythonGH-112283) (cherry picked from commit a7549b0) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to |
GH-116213 is a backport of this pull request to the 3.12 branch. |
…adata (pythonGH-112283) (cherry picked from commit a7549b0) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
GH-116288 is a backport of this pull request to the 3.11 branch. |
…ython#112283) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…ython#112283) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…ython#112283) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This should not affect performance that much:
TypeErrorhappens on unhashable items (it should not affect code with only hashable parts)