Py_InitModule4(): Accept NULL for the 'methods' argument. This makes
authorFred Drake <fdrake@acm.org>
Wed, 14 Aug 2002 20:57:56 +0000 (20:57 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 14 Aug 2002 20:57:56 +0000 (20:57 +0000)
commit233cc5987b6659d0fcd033a420ad8b5390ffa772
tree1723cab24bf968fd28c609113c4669b33f23599e
parent92bb6e7b96d7b8a26ef797d5b0046d7b6c310e60
Py_InitModule4():  Accept NULL for the 'methods' argument.  This makes
sense now that extension types can support __init__ directly rather
than requiring function constructors.
Python/modsupport.c