]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
initmodule3 -> initmodule3
authorGuido van Rossum <guido@python.org>
Mon, 9 Jan 1995 17:49:26 +0000 (17:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jan 1995 17:49:26 +0000 (17:49 +0000)
Modules/newmodule.c

index f237a3a14d136583e8788af978040f69f4d6a9b3..4c8b16d19d3f3138a9658589cd5b29ff181e94e0 100644 (file)
@@ -142,5 +142,6 @@ You need to know a great deal about the interpreter to use this!";
 void
 initnew()
 {
-       initmodule3("new", new_methods, new_doc, (object *)NULL);
+       initmodule4("new", new_methods, new_doc, (object *)NULL,
+                   PYTHON_API_VERSION);
 }