[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-28 Thread Heyi Tang
Change by Heyi Tang : -- keywords: +patch pull_requests: +20798 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21655 ___ Python tracker <https://bugs.python.org/issu

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-19 Thread Heyi Tang
Change by Heyi Tang : -- versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.9 ___ Python tracker <https://bugs.python.org/issue41318> ___ ___

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-19 Thread Heyi Tang
Change by Heyi Tang : -- type: enhancement -> behavior ___ Python tracker <https://bugs.python.org/issue41318> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-19 Thread Heyi Tang
Change by Heyi Tang : -- versions: +Python 3.8 -Python 3.10 ___ Python tracker <https://bugs.python.org/issue41318> ___ ___ Python-bugs-list mailing list Unsub

[issue41318] Better error message of "Cannot recover from stack overflow."

2020-07-16 Thread Heyi Tang
New submission from Heyi Tang : Is it possible to add more detailed message for the error "Cannot recover from stack overflow"? Something like "Cannot recover from stack overflow, it may be caused by catching a RecursionError but reaching the limit again before properly handl