This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017年03月11日 11:33 by David MacIver, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| recursionerror.py | David MacIver, 2017年03月11日 11:33 | |||
| Messages (3) | |||
|---|---|---|---|
| msg289441 - (view) | Author: David MacIver (David MacIver) * | Date: 2017年03月11日 11:33 | |
When run under Python 3.6.0 or 3.5.1 (and presumably other versions of Python 3) the attached code fails with "Fatal Python error: Cannot recover from stack overflow." then aborts with a core dump and an error code indicating it got a SIGABRT. On Python 2.7 it instead hangs indefinitely. Obviously this code is stupid and shouldn't be expected to do anything very reasonable - It's shrunk down from what was probably just a bug on my end in a larger example - but it seemed like it might be symptomatic of a more general class of problems. |
|||
| msg289442 - (view) | Author: Xiang Zhang (xiang.zhang) * (Python committer) | Date: 2017年03月11日 12:19 | |
Looks same as #6028. |
|||
| msg289443 - (view) | Author: David MacIver (David MacIver) * | Date: 2017年03月11日 12:22 | |
So it does. My apologies. I'll close this. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:44 | admin | set | github: 73978 |
| 2017年03月11日 12:28:32 | xiang.zhang | set | superseder: Interpreter aborts when chaining an infinite number of exceptions resolution: duplicate |
| 2017年03月11日 12:22:22 | David MacIver | set | status: open -> closed messages: + msg289443 stage: resolved |
| 2017年03月11日 12:19:03 | xiang.zhang | set | nosy:
+ xiang.zhang messages: + msg289442 |
| 2017年03月11日 11:33:02 | David MacIver | create | |