mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
initmodule3 -> initmodule3
This commit is contained in:
parent
970a0a20b8
commit
37431fbbd0
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue