Py_InitModule() and friends now accept NULL for the 'methods'
argument. This makes sense now that extension types can support __init__ directly rather than requiring function constructors.
Showing
Please register or sign in to comment
argument. This makes sense now that extension types can support __init__ directly rather than requiring function constructors.