scoder
scoder
Closed in https://github.com/cython/cython/pull/7404 (3.2.x)
Hmm, looking into this again after a while, I think it's a bit too complex for a "first issue", sorry. I removed the labels. The description above pretty much lists...
For C item types, this is implemented in https://github.com/cython/cython/pull/6926
I don't think anyone would oppose this in principle, but then, there are the details. We currently use the `PyBuffer` struct to describe buffers internally (because why not, it used...
Might be as easy as changing the order in which the children of the syntax tree node are traversed here. Not sure, but it might generally be a good idea...
> I suspect this is fairly fiddly in Cython and will require care to find the right scope. I'm not sure it's really that hard. We already have the code...
Related question: should we revert to evaluated annotations by default in Cython 3.0, unless `from __future__ import annotations` is used?
Retargeting to Cython 3.2 since I'd like 3.1 to be a cleanup, with little semantic/functional changes.
Removing from 3.2 milestone since this is unlikely to happen in time.
Thanks for the report. Do you have an example of the test failures? Basically, can you describe the kind of failure or give us any hints before trying to reproduce...