Commit d0eb429
committed
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.1 parent 950361c commit d0eb429
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | | - | |
1486 | | - | |
1487 | | - | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
1488 | 1488 | | |
1489 | | - | |
1490 | 1489 | | |
1491 | 1490 | | |
1492 | 1491 | | |
| |||
0 commit comments