mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
gh-87390: Fix starred tuple equality and pickling (GH-92337)
This commit is contained in:
parent
354ab7a5c8
commit
1ed8d035f1
4 changed files with 31 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(n_unnamed_fields)
|
||||
STRUCT_FOR_ID(name)
|
||||
STRUCT_FOR_ID(newlines)
|
||||
STRUCT_FOR_ID(next)
|
||||
STRUCT_FOR_ID(obj)
|
||||
STRUCT_FOR_ID(offset)
|
||||
STRUCT_FOR_ID(onceregistry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue