mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
new.code() has grown another foot, eh, another two arguments.
This commit is contained in:
parent
d0eb429b88
commit
866016b92d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue