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
2
Include/internal/pycore_runtime_init_generated.h
generated
2
Include/internal/pycore_runtime_init_generated.h
generated
|
|
@ -1431,6 +1431,7 @@ extern "C" {
|
|||
INIT_ID(__itruediv__), \
|
||||
INIT_ID(__ixor__), \
|
||||
INIT_ID(__lazy_import__), \
|
||||
INIT_ID(__lazy_modules__), \
|
||||
INIT_ID(__le__), \
|
||||
INIT_ID(__len__), \
|
||||
INIT_ID(__length_hint__), \
|
||||
|
|
@ -1849,7 +1850,6 @@ extern "C" {
|
|||
INIT_ID(last_type), \
|
||||
INIT_ID(last_value), \
|
||||
INIT_ID(latin1), \
|
||||
INIT_ID(lazy), \
|
||||
INIT_ID(leaf_size), \
|
||||
INIT_ID(legacy), \
|
||||
INIT_ID(len), \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue