[Python-checkins] bpo-33930: Fix typo in the test name. (GH-27735)

benjaminp webhook-mailer at python.org
Wed Aug 11 22:17:32 EDT 2021


https://github.com/python/cpython/commit/d7f5796a1ec7ba223f6a844d7580559abef05238
commit: d7f5796a1ec7ba223f6a844d7580559abef05238
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: benjaminp <benjamin at locrian.net>
date: 2021-08-11T19:17:23-07:00
summary:

bpo-33930: Fix typo in the test name. (GH-27735)

bpo-33930: Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338)

Co-authored-by: Benjamin Peterson <benjamin at python.org>

Co-authored-by: Benjamin Peterson <benjamin at python.org>

files:
M Lib/test/test_exceptions.py

diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
index a29a1a7a52394..f92d76aab746a 100644
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -984,7 +984,7 @@ def g():
 
 
     @cpython_only
-    def test_crashcan_recursion(self):
+    def test_trashcan_recursion(self):
         # See bpo-33930
 
         def foo():



More information about the Python-checkins mailing list