scoder
scoder
Yeah, we have at least two features here. We could consider the `type` command as an equivalent of the Cython `ctypedef` command, although with Python type syntax instead of `cdef`...
@da-woods I think there are problems with the `cpp_locals` directive.
Looks good to me now. Thanks for making this work.
> It won't emit a warning if written like: Note that even catching an exception might fail and raise an exception, so you can still end up with a warning...
Cool. I think pip supports installing from a directory, so we could build a Cython wheel and let pip install that for the test environment.
Thanks. As you noted, this isn't ready for merging as is, but it does seem reasonable to split the tracing in the module init function into file scopes. Note that...
I'm mostly just dumping the links above in our issue tracker to keep them in sight.
It's an open issue. AFAIK, no-one has really worked on it during the last 11 years. Contributions are welcome.
> We currently put `__cinit__` in the `tp_new` slot We don't. We put a function there that invokes the (`tp_new`) allocation function of the base class and then calls its...
BTW, the fact that travis is unhappy is unrelated to this PR. Would be nice if you could rebase it on latest master.