We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc52961 commit f410a39Copy full SHA for f410a39
Lib/test/test_marshal.py
@@ -410,7 +410,7 @@ def test_deterministic_sets(self):
410
411
def test_unmarshallable(self):
412
# Check no crash after encountering unmarshallable objects.
413
- # See https://github.com/python/cpython/issues/106287
+ # See https://github.com/python/cpython/issues/106287.
414
fset = frozenset([int])
415
code = compile("a = 1", "<string>", "exec")
416
code = code.replace(co_consts=(1, fset, None))
0 commit comments