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.

Author steve.dower
Recipients ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-06-04.19:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528140259.69.0.592728768989.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-04 19:24:19steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ned.deily, zach.ware, serhiy.storchaka
2018-06-04 19:24:19steve.dowersetmessageid: <1528140259.69.0.592728768989.issue33720@psf.upfronthosting.co.za>
2018-06-04 19:24:19steve.dowerlinkissue33720 messages
2018-06-04 19:24:19steve.dowercreate