Give more info in verbose mode when checking crashers, and stress the stack even more in the compiler crasher
diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py
index ee612c2..86f88f7 100644
--- a/Lib/test/test_crashers.py
+++ b/Lib/test/test_crashers.py
@@ -24,6 +24,8 @@
                 continue
             # Some "crashers" only trigger an exception rather than a
             # segfault. Consider that an acceptable outcome.
+            if test.support.verbose:
+                print("Checking crasher:", fname)
             assert_python_failure(fname)