[Cython] Long strings

Stefan Behnel stefan_ml at behnel.de
Fri May 9 20:18:44 CEST 2008


Hi Dag,

Dag Sverre Seljebotn wrote:
>> Before I start working on a hack like this, are there other ideas how to deal
>> with this problem?
> 
> Would be nice if you would code it up as a transform

Nope. I actually envisioned to code it right into __Pyx_InitStrings(). We
could also write two different versions of that function and write the more
complex one into the .c file only if we detect that it's needed.

Stefan



More information about the Cython-dev mailing list