Stefan Behnel, 25.10.2009 21:38: > Dag Sverre Seljebotn, 25.10.2009 21:26: >> a) I support turning charptr[:length] into bytes w/ explicit length, >> because I feel that's something Cython should be able to handle more >> gracefully. > > Note that this only supports "char*.decode()" for now, the other cases can > be added later, i.e. the mapping to PyString_FromStringAndSize() [...]
Oh well, I should have checked before posting. That part is already there, and seeing the code, I even remembered that Robert implemented that at the time. Ok, nothing to see here, keep moving ... Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
