Message25362
| Author |
arigo |
| Recipients |
| Date |
2006年06月25日.09:33:24 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=4771
Yes, it seems reasonable. You should probably manipulate
tstate->recursion_depth directly instead of via the
macros, as e.g. ceval.c does.
This would fix most crashes here. It would make the attached
test17.py segfault, though. This test17 already segfaults a
debug build of Python, but not a release build because the
recursive PyErr_NormalizeException() is turned into a tail
call by gcc. (What, a convoluted mind, mine?) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:31:55 | admin | link | issue1202533 messages |
| 2007年08月23日 14:31:55 | admin | create |
|