We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59000d commit dd104e5Copy full SHA for dd104e5
src/concrete/list.jl
@@ -8,7 +8,7 @@ function pylist_setitem(xs::Py, i, x)
8
return xs
9
end
10
11
-pylist_append(xs::Py, x) = errcheck(@autopy x C.PyList_Append(getptr(ans), getptr(x_)))
+pylist_append(xs::Py, x) = errcheck(@autopy x C.PyList_Append(getptr(xs), getptr(x_)))
12
13
pylist_astuple(x) = pynew(errcheck(@autopy x C.PyList_AsTuple(getptr(x_))))
14
0 commit comments