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 4e1946f commit 2a0eb8eCopy full SHA for 2a0eb8e
Lib/test/test_sys.py
@@ -805,9 +805,6 @@ def test_set_object_tags(self):
805
sys.set_object_tag(s, "unknown")
806
after_tags = sys.get_object_tags(s)
807
self.assertEqual(len(origin_tags), len(after_tags))
808
- for k in keys:
809
- self.assertIn(k, after_tags)
810
- self.assertTrue(after_tags[k])
811
812
@support.cpython_only
813
@requires_subinterpreters
0 commit comments