mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +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
|
#define INITERROR return NULL
|
||||||
|
|
||||||
PyObject *
|
PyMODINIT_FUNC
|
||||||
PyInit_myextension(void)
|
PyInit_myextension(void)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue