Here is part of original testcase:
from cython.operator cimport dereference as d
from cython.operator cimport preincrement as incr
from libcpp.vector cimport vector
def reverse_iteration_test(L):
v = new vector[int]()
for a in L:
v.push_back(a)
it = v.rbegin()
while it !=
mark florisson, 21.07.2012 20:48:
> On 26 June 2012 21:36, Stefan Behnel wrote:
>> I'd like to get an idea of what's still open for 0.17.
>>
>> Mark mentioned some open memoryview issues on his list and I know that
>> there are still issues with PyPy, some of which could get fixed in a
>> reasonabl