gh-87390: Fix starred tuple equality and pickling (GH-92337)

This commit is contained in:
Serhiy Storchaka 2022-05-05 20:16:06 +03:00 committed by GitHub
parent 354ab7a5c8
commit 1ed8d035f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View file

@ -923,6 +923,7 @@ extern "C" {
INIT_ID(n_unnamed_fields), \
INIT_ID(name), \
INIT_ID(newlines), \
INIT_ID(next), \
INIT_ID(obj), \
INIT_ID(offset), \
INIT_ID(onceregistry), \