Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
It is an old known issue, it is not specific to pdb, but happens with compile(), and it is not fixed yet. >>> compile("+0"*1000000, '?', 'eval') Segmentation fault (core dumped) Stack overflow in recursive call of validate_expr() in at Python/ast.c:223. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43664> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com