Skip to content

Commit 63aff56

Browse files
committed
Revert "revive test_flags"
This reverts commit b39ca1a.
1 parent fd8e8e6 commit 63aff56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_class.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,10 +885,6 @@ class VarSizedSubclass(tuple):
885885

886886
class TestInlineValues(unittest.TestCase):
887887

888-
def test_flags(self):
889-
self.assertEqual(Plain.__flags__ & Py_TPFLAGS_MANAGED_DICT, Py_TPFLAGS_MANAGED_DICT)
890-
self.assertEqual(WithAttrs.__flags__ & Py_TPFLAGS_MANAGED_DICT, Py_TPFLAGS_MANAGED_DICT)
891-
892888
def test_no_flags_for_slots_class(self):
893889
flags = NoManagedDict.__flags__
894890
self.assertEqual(flags & Py_TPFLAGS_MANAGED_DICT, 0)

0 commit comments

Comments
 (0)