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 xxm
Recipients xxm
Date 2020-12-25.05:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608875329.89.0.262110269237.issue42735@roundup.psfhosted.org>
In-reply-to
Content
In "Python/Lib/test/crashers/", only tests for outstanding bugs that cause the interpreter to segfault should be included.

The file "trace_at_recursion_limit.py" has been fixed on Python 3.7, 3.8, 3.9, 3.10. No segmentation fault will be caused any more. I think this file should be removed from "Python/Lib/test/crashers".
History
Date User Action Args
2020-12-25 05:48:49xxmsetrecipients: + xxm
2020-12-25 05:48:49xxmsetmessageid: <1608875329.89.0.262110269237.issue42735@roundup.psfhosted.org>
2020-12-25 05:48:49xxmlinkissue42735 messages
2020-12-25 05:48:49xxmcreate