scoder

Results 651 comments of scoder

Copying my own comment here from https://github.com/cython/cython/issues/4382#issuecomment-1099970367: FWIW, I was recently asked what the performance difference is between the Limited API and CPython-optimised Cython, and had no answer. I then...

Nice one. Let's see what our users think.

As @h-vetinari proposed in #5533, should we move directly to Py3.8+ with Cython 3.1? Sounds reasonable to me.

We still have support for Py3.7 included as it stands. We'll see if it gets in the way before the release. Apart from that, most of the legacy special cases...

According to https://hugovk.github.io/pypi-tools/charts, Py3.7 still has a notable package download share, so it feels too early to drop support for it "just because we can".

These are the latest download stats for Cython: ``` Downloads by Python version: null: 46512.0 / day ( 4.2%) 3.13: 176.4 / day ( 4.2%) 3.12: 10263.4 / day (...

There's also a combined `--debug` option in `runtests.py` that enables everything that makes `pdb` usable. However: > I decided to write a srctree file to test it, so I defined...

I think this is done, mostly, so let's close the ticket.

This was probably by accident, but please remember cleaning up the commit comment when merging. The one in https://github.com/cython/cython/commit/3d41922a23793fef61eba6b51b779d24bac9a1f1 contains a lot of unnecessary editing comments from this PR.