[3.10] bpo-33930: Fix typo in the test name. (GH-27736) · python/cpython@ef36dfe (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ef36dfe
[bpo-33930](): Fix typo in the test name. (GH-27733) (cherry picked from commit f08e6d1) Automerge-Triggered-By: GH:benjaminp
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1171,7 +1171,7 @@ def g(): | ||
1171 | 1171 | |
1172 | 1172 | |
1173 | 1173 | @cpython_only |
1174 | -def test_crashcan_recursion(self): | |
1174 | +def test_trashcan_recursion(self): | |
1175 | 1175 | # See bpo-33930 |
1176 | 1176 | |
1177 | 1177 | def foo(): |