Thanks to visit codestin.com Credit goes to github.com
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 36d4576 commit 7977b5fCopy full SHA for 7977b5f
src/_image_wrapper.cpp
@@ -85,7 +85,7 @@ _get_transform_mesh(PyObject *py_affine, npy_intp *dims)
85
PyObject *output_mesh =
86
PyObject_CallMethod(
87
py_inverse, (char *)"transform", (char *)"O",
88
- (char *)input_mesh.pyobj(), NULL);
+ (char *)input_mesh.pyobj_steal(), NULL);
89
90
Py_DECREF(py_inverse);
91
0 commit comments