diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index c56f13fc4230..48f184e0b25b 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py @@ -99,6 +99,7 @@ def test_closure(func, closure, exc): # bogus test of new.code() # Note: Jython will never have new.code() if hasattr(new, 'code'): + # XXX should use less criminally bogus arguments! d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "", 1, "", (), ()) # test backwards-compatibility version with no freevars or cellvars