[issue6754] Non-existent member 'nb_inplace_divide' in PyNumberMethods

2009-08-21 Thread KAJIYAMA, Tamito
New submission from KAJIYAMA, Tamito : In the "Python/C API Reference Manual", Section "Object Implementation Support", Subsection "Number Object Structures" (http://docs.python.org/3.1/c-api/typeobj.html#number-object- structures), the definition of the PyNum

[issue6732] PyInit_shoddy() in shoddy.c does not return anything on success

2009-08-18 Thread KAJIYAMA, Tamito
New submission from KAJIYAMA, Tamito : Section 2.1.4, "Subclassing other types", of "Extending and Embedding the Python Interpreter" (Release: 3.1, Date: June 26, 2009) has a complete list of shoddy.c, in which PyInit_shoddy() does not have a return statement at the end to