mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add lazy import filter
This commit is contained in:
parent
9eef03cc80
commit
de281fd894
21 changed files with 343 additions and 11 deletions
1
Include/internal/pycore_runtime_init_generated.h
generated
1
Include/internal/pycore_runtime_init_generated.h
generated
|
|
@ -1849,6 +1849,7 @@ 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