From 37431fbbd03c4130b567f1cca8cfa4134915836a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 9 Jan 1995 17:49:26 +0000 Subject: initmodule3 -> initmodule3 --- Modules/newmodule.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/newmodule.c b/Modules/newmodule.c index f237a3a..4c8b16d 100644 --- a/Modules/newmodule.c +++ b/Modules/newmodule.c @@ -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); } -- cgit v0.12