[Python-checkins] [3.10] bpo-33930: Fix typo in the test name. (GH-27736)
miss-islington
webhook-mailer at python.org
Fri Aug 13 05:45:17 EDT 2021
https://github.com/python/cpython/commit/ef36dfe4de1ee0df11cde94fd76465336aa8141d
commit: ef36dfe4de1ee0df11cde94fd76465336aa8141d
branch: 3.10
author: Benjamin Peterson <benjamin at python.org>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-08-13T02:45:13-07:00
summary:
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit f08e6d1bb3c5655f184af88c6793e90908bb6338)
Automerge-Triggered-By: GH:benjaminp
files:
M Lib/test/test_exceptions.py
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
index 10d48ebc076c3..b520a52561480 100644
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -1171,7 +1171,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