mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
new.code() has grown another foot, eh, another two arguments.
This commit is contained in:
parent
d0eb429b88
commit
866016b92d
@ -58,6 +58,6 @@ if g['c'] <> 3:
|
||||
|
||||
# bogus test of new.code()
|
||||
print 'new.code()'
|
||||
d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>")
|
||||
d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>", 1, "")
|
||||
if verbose:
|
||||
print d
|
||||
|
Loading…
Reference in New Issue
Block a user