Issue1050
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 2007-08-29 00:05 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| marshall.diff | amaury.forgeotdarc, 2007-08-29 00:05 | |||
| Messages (3) | |||
|---|---|---|---|
| msg55391 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * ![]() |
Date: 2007-08-29 00:05 | |
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. |
|||
| msg55392 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * ![]() |
Date: 2007-08-29 00:06 | |
I forgot to say that this allows test_marshal to pass with debug builds. |
|||
| msg55431 - (view) | Author: Guido van Rossum (gvanrossum) * ![]() |
Date: 2007-08-29 18:45 | |
Committed revision 57672. You'll have to watch the buildbots. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:26 | admin | set | github: 45391 |
| 2007-08-29 18:45:08 | gvanrossum | set | status: open -> closed resolution: accepted messages: + msg55431 nosy: + gvanrossum |
| 2007-08-29 00:06:41 | amaury.forgeotdarc | set | messages: + msg55392 |
| 2007-08-29 00:05:54 | amaury.forgeotdarc | create | |
