Commit 7ad701d1 authored by Stefan Behnel's avatar Stefan Behnel

fixed typo

parent ec95ee9e
...@@ -2879,7 +2879,7 @@ static int __Pyx_GetStarArgs( ...@@ -2879,7 +2879,7 @@ static int __Pyx_GetStarArgs(
if (*kwds) { if (*kwds) {
char **p; char **p;
kwds1 = PyDict_New(); kwds1 = PyDict_New();
if (!kwds) if (!kwds1)
goto bad; goto bad;
*kwds2 = PyDict_Copy(*kwds); *kwds2 = PyDict_Copy(*kwds);
if (!*kwds2) if (!*kwds2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment