Commit 94cd039
Remove duplicate 'name' entry from template.create kwlist (#405)
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.
Co-authored-by: zocomputer <help@zocomputer.com>1 parent 45595ed commit 94cd039
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