Commit 89be34e
committed
Correctly initialize kwargs to _image.resample.
The Python side seems to always pass the optional arguments, but
technically, these should be initialized before calling
`PyArg_ParseTupleAndKeywords` in case they aren't.1 parent 26fd914 commit 89be34e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
0 commit comments