Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33720>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to