[issue215555] Parser crashes for deeply nested list displays

2022-04-10 Thread admin
Change by admin : -- github: None -> 33223 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue215555] Parser crashes for deeply nested list displays

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs

[issue215555] Parser crashes for deeply nested list displays

2008-01-21 Thread Christian Heimes
Christian Heimes added the comment: Parser/parser.h was not in the list of dependencies. I fixed it in r60151 -- nosy: +tiran Tracker <[EMAIL PROTECTED]> __

[issue215555] Parser crashes for deeply nested list displays

2008-01-21 Thread Ralf Schmitt
Ralf Schmitt added the comment: Ok, I've upped the limit to some very high value and tried to provoke a stack overflow. eval("["*x+"]"*x) segfaults on my machine for x somewhere around 2 (linux, amd64). When setting MAXSTACK to 5000 eval("["*x+"]"*x) works for x <= 333. So, I guess this shoul

[issue215555] Parser crashes for deeply nested list displays

2008-01-18 Thread Guido van Rossum
Guido van Rossum added the comment: Fine, submit a patch. Might as well open a new bug for the patch (referring to this one for background). Tracker <[EMAIL PROTECTED]>

[issue215555] Parser crashes for deeply nested list displays

2008-01-18 Thread Ralf Schmitt
Ralf Schmitt added the comment: Ofcouse the problem was not logging, but I wanted to "replay" those commands. This is where I got the error. Tracker <[EMAIL PROTECTED]>

[issue215555] Parser crashes for deeply nested list displays

2008-01-18 Thread Ralf Schmitt
Ralf Schmitt added the comment: Well, I've been a victim of this one yesterday in a real world example. I'm logging the repr of arguments to XMLRPC method calls and we happen to use nested lists, which where deep enough to overflow that stack. It's now 8 years later and I can live with the parse

[issue215555] Parser crashes for deeply nested list displays

2008-01-17 Thread Ralf Schmitt
Changes by Ralf Schmitt: -- nosy: +schmir Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://mail.p