https://hg.python.org/cpython/rev/df0e900b8860 changeset: 101098:df0e900b8860 parent: 101096:f96fec10cf25 parent: 101097:188af2b4945a user: Benjamin Peterson <benjamin at python.org> date: Fri Apr 22 23:43:24 2016 -0700 summary: merge 3.5 (#26827) files: Doc/howto/cporting.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst --- a/Doc/howto/cporting.rst +++ b/Doc/howto/cporting.rst @@ -161,7 +161,7 @@ #define INITERROR return NULL - PyObject * + PyMODINIT_FUNC PyInit_myextension(void) #else -- Repository URL: https://hg.python.org/cpython