Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b9d4cda4
Commit
b9d4cda4
authored
Oct 17, 2001
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
track addition of testlist_safe to Grammar
parent
7698eaa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Lib/symbol.py
Lib/symbol.py
+8
-7
No files found.
Lib/symbol.py
View file @
b9d4cda4
...
...
@@ -68,13 +68,14 @@ subscript = 310
sliceop
=
311
exprlist
=
312
testlist
=
313
dictmaker
=
314
classdef
=
315
arglist
=
316
argument
=
317
list_iter
=
318
list_for
=
319
list_if
=
320
testlist_safe
=
314
dictmaker
=
315
classdef
=
316
arglist
=
317
argument
=
318
list_iter
=
319
list_for
=
320
list_if
=
321
#--end constants--
sym_name
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment