Commit ac7c832
zocomputer
Remove duplicate 'name' entry from template.create kwlist
The kwlist for PyXmlSec_TemplateCreate contained a spurious 'name' entry
that did not correspond to any actual function parameter or variable.
This caused the keyword argument array to have 6 entries while only
5 format characters were used in PyArg_ParseTupleAndKeywords (|zzz).
The duplicate 'name' entry has been removed to fix this mismatch.1 parent 5b5a678 commit ac7c832
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments