scoder

Results 651 comments of scoder

The thing is, as long as users are still running their code in Py2, and writing code that works with Py2 and Py3, both need to be supported. Users who...

I changed the title to reflect the general issue here.

Sounds ok. The return value is pretty much `Any`, I agree that more detail doesn't really add much.

That is correct. PR welcome.

GraalVM seems to have an option `--cpusampler` to produce profiles, including flame graphs. Maybe that can bring up some hints? https://www.graalvm.org/latest/tools/profiling/

> if you do `pip install cython` I think it will compile itself It should actually use the Python-any wheel that we distribute on PyPI, i.e. not try to build...

3.0.11 is fine, it's just missing the classifier. 3.1 is probably more interesting, assuming that users of 3.13 won't care much about Py2 and really old Py3 versions any more....