8000 bpo-35252: Remove FIXME from test_functools that was stopping executi… · python/cpython@23b5ceb · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b5ceb

Browse files
committed
bpo-35252: Remove FIXME from test_functools that was stopping execution of a test that would only work fine after PEP560 implementation
1 parent 4c596d5 commit 23b5ceb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_functools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,9 +2296,6 @@ def _(arg):
22962296
))
22972297
self.assertTrue(str(exc.exception).endswith(msg_suffix))
22982298

2299-
# FIXME: The following will only work after PEP 560 is implemented.
2300-
return
2301-
23022299
with self.assertRaises(TypeError) as exc:
23032300
@i.register
23042301
def _(arg: typing.Iterable[str]):

0 commit comments

Comments
 (0)
0