Message 55391 - Python tracker
Message55391
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc |
| Date | 2007-08-29.00:05:53 |
| SpamBayes Score | 0.118501 |
| Marked as misclassified | No |
| Message-id | <1188345954.11.0.861533701797.issue1050@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On Windows, debug builds insert stack probes, and recursive functions tend to exhaust the stack faster. This patch reduces the marshal maximum depth from 2000 to 1500 for debug builds only. Optimized builds are not affected. |
|
| Files | |
|---|---|
| File name | Uploaded |
| marshall.diff | amaury.forgeotdarc, 2007-08-29.00:05:53 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-29 00:05:54 | amaury.forgeotdarc | set | spambayes_score: 0.118501 -> 0.118501 recipients: + amaury.forgeotdarc |
| 2007-08-29 00:05:54 | amaury.forgeotdarc | set | spambayes_score: 0.118501 -> 0.118501 messageid: <1188345954.11.0.861533701797.issue1050@psf.upfronthosting.co.za> |
| 2007-08-29 00:05:54 | amaury.forgeotdarc | link | issue1050 messages |
| 2007-08-29 00:05:53 | amaury.forgeotdarc | create | |