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, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-06-01.17:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527875197.57.0.81473610881.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I posted the problem at https://developercommunity.visualstudio.com/content/problem/265778/pgo-generates-large-stack-frame.html (I _think_ it's public).

Until then, it's probably best to reduce the recursion limit. Going to a depth of 1000 seems okay, and it certainly seems less bad than disabling optimisations.
History
Date User Action Args
2018-06-01 17:46:37steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ned.deily, zach.ware
2018-06-01 17:46:37steve.dowersetmessageid: <1527875197.57.0.81473610881.issue33720@psf.upfronthosting.co.za>
2018-06-01 17:46:37steve.dowerlinkissue33720 messages
2018-06-01 17:46:37steve.dowercreate