gh-87390: Fix starred tuple equality and pickling (alt) by serhiy-storchaka · Pull Request #92337 · python/cpython
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.