mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add stacksize argument to new.code().
This commit is contained in:
parent
792fd435ec
commit
e9fd28dae5
2 changed files with 7 additions and 6 deletions
|
@ -58,6 +58,6 @@ if g['c'] <> 3:
|
|||
|
||||
# bogus test of new.code()
|
||||
print 'new.code()'
|
||||
d = new.code(3, 3, 3, codestr, (), (), (), "<string>", "<name>")
|
||||
d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>")
|
||||
if verbose:
|
||||
print d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue