commit | 233cc5987b6659d0fcd033a420ad8b5390ffa772 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Aug 14 20:57:56 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Aug 14 20:57:56 2002 +0000 |
tree | 1723cab24bf968fd28c609113c4669b33f23599e | |
parent | 92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60 [diff] |
Py_InitModule4(): Accept NULL for the 'methods' argument. This makes sense now that extension types can support __init__ directly rather than requiring function constructors.