Message82968
The fact it fails only the second time is by design, although I'm not
sure the design is useful, and it's probably not documented anywhere.
The error message says it : "Cannot *recover* from stack overflow",
which means there was a first stack overflow, and Python thinks it has
failed recovering from it since a second stack overflow occurred
afterwards.
We could probably make the recovery detection smarter. |
|
| Date |
User |
Action |
Args |
| 2009-03-01 16:44:24 | pitrou | set | recipients:
+ pitrou, loewis, georg.brandl, ggenellina |
| 2009-03-01 16:44:21 | pitrou | link | issue5392 messages |
| 2009-03-01 16:44:21 | pitrou | create | |
|