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-05-31.15:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527781692.26.0.682650639539.issue33720@psf.upfronthosting.co.za>
In-reply-to
Content
A crash in the test suite should be fixed, especially since we have protection against this crash (and a test that validates it).

In this case, apparently the stack allocation for each frame of r_object grew and now there isn't room for 2000 calls (the value of MAX_MARSHAL_STACK_DEPTH). This isn't really a robust way of handling it anyway, so I'll check out whether there's an easy way to safely probe the stack before recursing, otherwise we'll just have to cut the number a bit further.
History
Date User Action Args
2018-05-31 15:48:12steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ned.deily, zach.ware
2018-05-31 15:48:12steve.dowersetmessageid: <1527781692.26.0.682650639539.issue33720@psf.upfronthosting.co.za>
2018-05-31 15:48:12steve.dowerlinkissue33720 messages
2018-05-31 15:48:12steve.dowercreate