Lazy imports grammar / AST changes

This commit is contained in:
Dino Viehland 2025-09-16 15:10:28 -07:00
parent fb114cf497
commit 1c691ea756
25 changed files with 1016 additions and 338 deletions

1
Lib/keyword.py generated
View file

@ -56,6 +56,7 @@ kwlist = [
softkwlist = [
'_',
'case',
'lazy',
'match',
'type'
]