Issue 22734: marshal needs a lower stack depth for debug builds on Windows
Issue22734
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 2014-10-26 20:40 by steve.dower, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| marshal.patch | steve.dower, 2014-10-26 20:40 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg230037 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2014-10-26 20:40 | |
This patch decreases the stack depth limit for Windows debug builds to prevent the recursion test from failing. (Apparently VC14 uses more stack space for each frame than VC10, but the release build is unaffected.) Not sure who the correct nosy for marshal is, so I picked test coverage, as this only really shows up in the tests. |
|||
| msg230050 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2014-10-27 00:28 | |
This looks harmless to me. |
|||
| msg230466 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2014-11-01 22:16 | |
New changeset c2a3865a59f4 by Steve Dower in branch 'default': #22734 marshal needs a lower stack depth for debug builds on Windows https://hg.python.org/cpython/rev/c2a3865a59f4 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:09 | admin | set | github: 66923 |
| 2016-11-03 19:06:21 | serhiy.storchaka | link | issue25264 superseder |
| 2014-11-01 22:16:57 | steve.dower | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2014-11-01 22:16:10 | python-dev | set | nosy:
+ python-dev messages: + msg230466 |
| 2014-10-27 00:28:36 | pitrou | set | nosy:
+ pitrou messages: + msg230050 |
| 2014-10-26 20:40:05 | steve.dower | create | |

