This may reduce the stack consumption for unmarshalling deeply nested structures.
979d682 to
282cf4f
Compare
|
Unfortunately the goal is not achieved. This change doesn't reduce stack consumption in the PGO build on Windows (which is around 1600 bytes per level, much more than 256 bytes for the buffer). I'm merging this PR in master only just as refactoring. |
This may reduce the stack consumption for unmarshalling deeply
nested structures.
https://bugs.python.org/issue33720