Message321012
The alternate solution is provided by PR 8071. The culprit of the main stack consumption is the code for unmarshalling float and complex in protocols 0 and 1 which uses 256-bytes buffers on the stack. Moving it to the separate function allows to decrease the stack consumption and increase the maximum marshal recursion depth on Windows. |
|
Date |
User |
Action |
Args |
2018-07-04 06:47:06 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, paul.moore, vstinner, tim.golden, ned.deily, zach.ware, steve.dower, miss-islington |
2018-07-04 06:47:06 | serhiy.storchaka | set | messageid: <1530686826.33.0.56676864532.issue33720@psf.upfronthosting.co.za> |
2018-07-04 06:47:06 | serhiy.storchaka | link | issue33720 messages |
2018-07-04 06:47:06 | serhiy.storchaka | create | |
|