From: Alyssa Coghlan Date: Mon, 8 Jul 2024 05:24:31 +0000 (+1000) Subject: gh-108297: Update crashers README for test_crashers removal (#121475) X-Git-Tag: v3.14.0a1~1203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59be79ae60073f7b6bdf6ce921560c279937e4ab;p=thirdparty%2FPython%2Fcpython.git gh-108297: Update crashers README for test_crashers removal (#121475) Update Lib/test/crashers/README for test_crashers removal --- diff --git a/Lib/test/crashers/README b/Lib/test/crashers/README index d844385113eb..7111946b93b2 100644 --- a/Lib/test/crashers/README +++ b/Lib/test/crashers/README @@ -15,7 +15,3 @@ what the variables are. Once the crash is fixed, the test case should be moved into an appropriate test (even if it was originally from the test suite). This ensures the regression doesn't happen again. And if it does, it should be easier to track down. - -Also see Lib/test_crashers.py which exercises the crashers in this directory. -In particular, make sure to add any new infinite loop crashers to the black -list so it doesn't try to run them.