gh-87390: Fix starred tuple equality and pickling (alt)#92337
Conversation
JelleZijlstra
left a comment
There was a problem hiding this comment.
Thanks, this is indeed a better solution.
Could you add tests for pickling starred aliases though? Your new tests only cover equality.
Sorry, something went wrong.
|
LGTM. But IMO this needs a news, and like Jelle mentioned more tests (maybe we can take the ones from Mathew's PR and credit him?) |
Sorry, something went wrong.
|
The old tests already cover pickling. They were passed, because equality was broken in the same way as pickling. I fixed equality in #92335, but it made pickling tests failing. Since it fixes not yet released code, there is no sense in adding a NEWS entry. It can only confuse readers. |
Sorry, something went wrong.
|
Additional tests in Mathew's PR are for the third parameter of GenericAlias. That change is not included in this PR. |
Sorry, something went wrong.
|
Thanks Serhiy! |
Sorry, something went wrong.
It is a simpler alternative of #92249.
#87390