Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7e57a4

Browse filesBrowse files
Cleanup - Comment nitpicks
1 parent d72c9f8 commit d7e57a4
Copy full SHA for d7e57a4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Lib/test/test_parser.py

Copy file name to clipboardExpand all lines: Lib/test/test_parser.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,8 @@ def _nested_expression(self, level):
811811
return "["*level+"]"*level
812812

813813
def test_deeply_nested_list(self):
814-
# XXX used to be 99 levels in 2.x, used to be 93 levels in 3.7.X
814+
# This has fluctuated between 99 levels in 2.x, down to 93 levels in
815+
# 3.7.X and back up to 99 in 3.8.X. Related to MAXSTACK size in Parser.h
815816
e = self._nested_expression(99)
816817
st = parser.expr(e)
817818
st.compile()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.