scoder

Results 650 comments of scoder

Looks good to me too. As said, tests are needed, e.g. for different integer value sizes. You can also look at the HTML results of the pycoverage CI job to...

> the relevant tests are in tests/run/for_in_range_T372.pyx and tests/run/reversed_iteration.pyx. @bbb23exposed, would you mind adding some tests?

I fail to reproduce this. I also tried with and without the `binding=True` directive, but I always get a runtime `TypeError` and not a crash. Can you confirm that the...

I tried that, but it doesn't make a difference for me.

Any chance this could move forward?

> I have found it could work through just little changes. Cool. Now we need to make sure that it a) really works and b) keeps working, by adding a...

https://github.com/cython/cython/pull/7371 is merged, so this can be tested.

You can select individual tests by passing a regex that matches their name, e.g. `python3 runtests.py --debug --backend=c -vv embed_modules` See https://cython.readthedocs.io/en/latest/src/devguide/tests.html

I wouldn't mind, if someone implements it.