]> granicus.if.org Git - python/commit
PyFunction_SetDefaults() is documented as taking None or a tuple.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:35:47 +0000 (02:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 02:35:47 +0000 (02:35 +0000)
commitee4cc698ca906c519054a85d119c76e757227e82
tree6af7ef2bb20a9e32e86354878b29e3ef026ac366
parentfc28e0de584e8040bd27080b0111a722243b82c7
PyFunction_SetDefaults() is documented as taking None or a tuple.
A NULL would crash the PyTuple_Check().  Now make NULL return a SystemError.

Reported by Klocwork #73.
Objects/funcobject.c