new.code() has grown another foot, eh, another two arguments.
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py
index 628d8ef..b1e2ae7 100644
--- a/Lib/test/test_new.py
+++ b/Lib/test/test_new.py
@@ -58,6 +58,6 @@
 
 # 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