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.

classification
Title: "trace_at_recursion_limit.py" should be removed from "Python/Lib/test/crashers"
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka, xxm
Priority: normal Keywords:

Created on 2020-12-25 05:48 by xxm, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg383722 - (view) Author: Xinmeng Xia (xxm) Date: 2020-12-25 05:48
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".
msg383805 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-12-26 13:43
The initial issue6717 is still open. Are you sure that the bug was fixed rater than that the crasher is outdated?
History
Date User Action Args
2022-04-11 14:59:39adminsetgithub: 86901
2020-12-26 13:43:44serhiy.storchakasetmessages: + msg383805
2020-12-26 02:22:13terry.reedysetnosy: + serhiy.storchaka

versions: - Python 3.7
2020-12-25 11:41:14xxmsettype: enhancement -> behavior
2020-12-25 05:48:49xxmcreate