Commit 1bbe3016 authored by Stefan Behnel's avatar Stefan Behnel

fix test: passing an object into a METH_O Python function no longer stores it...

fix test: passing an object into a METH_O Python function no longer stores it in a tuple and thus no longer increases its refcount
parent a9c7fc49
......@@ -1989,8 +1989,8 @@ def test_object_dtype_copying():
7
8
9
3 5
2 5
1 5
"""
cdef int i
......
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