Kaydet (Commit) 2c52e2fa authored tarafından Georg Brandl's avatar Georg Brandl

#6732: fix return value of module init function in example.

üst 11b6a64e
......@@ -95,4 +95,5 @@ PyInit_shoddy(void)
Py_INCREF(&ShoddyType);
PyModule_AddObject(m, "Shoddy", (PyObject *) &ShoddyType);
return m;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment