scoder

Results 651 comments of scoder

> Probably worth checking that some of this isn't covered by #5827 and #5830 Yeah, I'll merge those first because they also fix some tests and establish behavioural differences.

We first need to decide what to do about `UnicodeNode` and `StringNode`: https://github.com/cython/cython/issues/5854

Might not be entirely trivial due to refcount handling of the values.

Note that __Pyx_NewRef is an unsafe macro that uses its argument twice. Thus my preference for an inline function. That said, maybe __Pyx_NewRef should actually be an inline function these...

Support is mostly there in the master branch (3.1) and we're discussing some more fixes in pull requests currently.

>Q: As a Cython user, is there anything I should do/change to support the nogil Python? I don't think there are any guidelines on this. We're still in the very...

A more general cleanup of this is in https://github.com/cython/cython/pull/5739

I think it's ok to ask for work-arounds in a ticket. That makes it easier for others to find a suitable solution as long as the issue is not resolved,...

This seems a legitimate bug. Worth testing if it also applies to the 3.0 master branch.