commit | b88679b2a4956109e11df64f463fdc36b4c1d67d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 22 00:57:31 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 22 00:57:31 1998 +0000 |
tree | c2ab58e1f4ac52d511a8e5d348718a06203464a4 | |
parent | c8498dc604424d305d3ea53ee96a758aae017624 [diff] |
I think there was a tiny bug in new_function() -- the 'defaults' argument was initialized to Py_None, but later checked for NULL. Consistently use Py_None.