]> granicus.if.org Git - python/commit
Plug a leak with calling something other than a function or method is
authorGuido van Rossum <guido@python.org>
Mon, 27 Jan 1997 21:30:09 +0000 (21:30 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Jan 1997 21:30:09 +0000 (21:30 +0000)
commitd0eb429b8894be2eaaa63af43c68887697d46c51
tree01a54a7c35e62e5fb6d66a992e5616fe48ee5078
parent950361c6cad55cb452233cbfd3d224952b6e18f2
Plug a leak with calling something other than a function or method is
called with keyword arguments -- the keyword and value were leaked.
This affected for instance with a __call__() method.

Bug reported and fix supplied by Jim Fulton.
Python/ceval.c