We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6cbed commit 258f61cCopy full SHA for 258f61c
Lib/test/test_dis.py
@@ -937,6 +937,7 @@ def test_opname(self):
937
def test_boundaries(self):
938
self.assertEqual(dis.opmap["EXTENDED_ARG"], dis.EXTENDED_ARG)
939
940
+ @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: 29 not less than or equal to 20
941
def test_widths(self):
942
long_opcodes = set(['JUMP_BACKWARD_NO_INTERRUPT',
943
'INSTRUMENTED_CALL_FUNCTION_EX'])
0 commit comments