| commit | d0eb429b8894be2eaaa63af43c68887697d46c51 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Jan 27 21:30:09 1997 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Jan 27 21:30:09 1997 +0000 |
| tree | 01a54a7c35e62e5fb6d66a992e5616fe48ee5078 | |
| parent | 950361c6cad55cb452233cbfd3d224952b6e18f2 [diff] |
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.