Skip to content

Commit 3700a04

Browse files
author
namaevae
committed
?
1 parent be02e68 commit 3700a04

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Tools/build/generate_global_objects.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,32 @@
131131
'exc_value',
132132
'self',
133133
'traceback',
134+
135+
# Syntactic symbols with len() > 2
136+
'...',
137+
'**',
138+
':=',
139+
'//',
140+
'==',
141+
'!=',
142+
'>=',
143+
'<=',
144+
'+=',
145+
'-=',
146+
'*=',
147+
'/=',
148+
'//=',
149+
'%=',
150+
'**=',
151+
'<<',
152+
'>>',
153+
'>>>',
154+
'<<=',
155+
'>>=',
156+
'&=',
157+
'|=',
158+
'^=',
159+
'->',
134160
]
135161

136162
NON_GENERATED_IMMORTAL_OBJECTS = [

0 commit comments

Comments
 (0)