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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-05-01.21:26:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588368407.8.0.88711759344.issue40458@roundup.psfhosted.org>
In-reply-to
Content
> Also, it was really test_bad_getattr that was crashing.

Ah, an old friend. It seems like an issue with the maximum stack size. Here are my notes:
https://pythondev.readthedocs.io/unstable_tests.html#unlimited-recursion

Either reduce Python maximum stack depth, or increase the C stack size.
History
Date User Action Args
2020-05-01 21:26:47vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2020-05-01 21:26:47vstinnersetmessageid: <1588368407.8.0.88711759344.issue40458@roundup.psfhosted.org>
2020-05-01 21:26:47vstinnerlinkissue40458 messages
2020-05-01 21:26:47vstinnercreate