[issue33720] test_marshal: crash in Python 3.7b5 on Windows 10

Steve Dower report at bugs.python.org
Mon Jun 4 15:24:19 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

Ned - PR 7401 fixes the crash at the cost of reducing the permitted recursion depth in marshal.

Your call whether we take this fix or disable PGO, but I'd much rather take this fix (PGO has full-interpreter effects whereas this is very narrow). When I hear back about the compiler bug - if it is one - we should be able to raise the limit again without causing any compatibility issues.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33720>
_______________________________________


More information about the Python-bugs-list mailing list