bpo-13120: fix typo with test_issue13120() method name (GH-12250) · python/cpython@5ca4fe0 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1262,9 +1262,9 @@ def bar():
1262 1262 any('main.py(5)foo()->None' in l for l in stdout.splitlines()),
1263 1263 'Fail to step into the caller after a return')
1264 1264
1265 -def test_issue13210(self):
1266 -# invoking "continue" on a non-main thread triggered an exception
1267 -# inside signal.signal
1265 +def test_issue13120(self):
1266 +# Invoking "continue" on a non-main thread triggered an exception
1267 +# inside signal.signal.
1268 1268
1269 1269 with open(support.TESTFN, 'wb') as f:
1270 1270 f.write(textwrap.dedent("""