Message82916
This is probably due to the recursion overflow recovery code in py3k,
which has a hard-wired constant of 50 somewhere :-)
(is setting the recursion limit so low a requirement for your
application? or were you just experimenting with it? as Georg said, it's
not a crash but a deliberate fatal error... although we can probably
change the behaviour when the recursion limit is set to 50 or lower) |
|
| Date |
User |
Action |
Args |
| 2009-02-28 15:32:16 | pitrou | set | recipients:
+ pitrou, loewis, georg.brandl, ggenellina |
| 2009-02-28 15:32:16 | pitrou | set | messageid: <[email protected]> |
| 2009-02-28 15:32:14 | pitrou | link | issue5392 messages |
| 2009-02-28 15:32:14 | pitrou | create | |
|