mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix python 3 mod init function declaration (closes #26827)
This commit is contained in:
parent
585c93daea
commit
95b5f0ad7e
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ simple example demonstrates how. ::
|
|||
|
||||
#define INITERROR return NULL
|
||||
|
||||
PyObject *
|
||||
PyMODINIT_FUNC
|
||||
PyInit_myextension(void)
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue