mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add compatiblity mode
This commit is contained in:
parent
de281fd894
commit
41ab092407
8 changed files with 53 additions and 7 deletions
|
|
@ -156,6 +156,7 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(__itruediv__)
|
||||
STRUCT_FOR_ID(__ixor__)
|
||||
STRUCT_FOR_ID(__lazy_import__)
|
||||
STRUCT_FOR_ID(__lazy_modules__)
|
||||
STRUCT_FOR_ID(__le__)
|
||||
STRUCT_FOR_ID(__len__)
|
||||
STRUCT_FOR_ID(__length_hint__)
|
||||
|
|
@ -574,7 +575,6 @@ struct _Py_global_strings {
|
|||
STRUCT_FOR_ID(last_type)
|
||||
STRUCT_FOR_ID(last_value)
|
||||
STRUCT_FOR_ID(latin1)
|
||||
STRUCT_FOR_ID(lazy)
|
||||
STRUCT_FOR_ID(leaf_size)
|
||||
STRUCT_FOR_ID(legacy)
|
||||
STRUCT_FOR_ID(len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue