merge 3.3 (#19117)
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py
index a1c6582..8610c5d 100644
--- a/Lib/test/test_dis.py
+++ b/Lib/test/test_dis.py
@@ -247,7 +247,6 @@
expected = _BIG_LINENO_FORMAT % (i + 2)
self.do_disassembly_test(func(i), expected)
- def test_big_linenos(self):
from test import dis_module
self.do_disassembly_test(dis_module, dis_module_expected_results)
@@ -273,9 +272,6 @@
pass
self.assertRaises(RuntimeError, dis.dis, None)
- def test_dis_object(self):
- self.assertRaises(TypeError, dis.dis, object())
-
def test_dis_traceback(self):
try:
del sys.last_traceback