]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87390: Fix starred tuple equality and pickling (GH-92337)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 May 2022 17:16:06 +0000 (20:16 +0300)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 17:16:06 +0000 (20:16 +0300)
commit1ed8d035f1edfaec34016b9f8d615df9e9fe9414
tree627f74c12cf8a38ab7c8061449ff309a48b75725
parent354ab7a5c812bf103f7aed5405f02fc81fda5b58
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/test/test_genericalias.py
Objects/genericaliasobject.c