Skip to content

Commit f410a39

Browse files
duanegpicnixz
andauthored
Update Lib/test/test_marshal.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent dc52961 commit f410a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_marshal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_deterministic_sets(self):
410410

411411
def test_unmarshallable(self):
412412
# Check no crash after encountering unmarshallable objects.
413-
# See https://github.com/python/cpython/issues/106287
413+
# See https://github.com/python/cpython/issues/106287.
414414
fset = frozenset([int])
415415
code = compile("a = 1", "<string>", "exec")
416416
code = code.replace(co_consts=(1, fset, None))

0 commit comments

Comments
 (0)