Kaydet (Commit) 84a7f007 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

note a really bad test (no time to fix now)

üst b25aa36f
...@@ -99,6 +99,7 @@ print 'new.code()' ...@@ -99,6 +99,7 @@ print 'new.code()'
# bogus test of new.code() # bogus test of new.code()
# Note: Jython will never have new.code() # Note: Jython will never have new.code()
if hasattr(new, 'code'): if hasattr(new, 'code'):
# XXX should use less criminally bogus arguments!
d = new.code(3, 3, 3, 3, codestr, (), (), (), d = new.code(3, 3, 3, 3, codestr, (), (), (),
"<string>", "<name>", 1, "", (), ()) "<string>", "<name>", 1, "", (), ())
# test backwards-compatibility version with no freevars or cellvars # test backwards-compatibility version with no freevars or cellvars
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment