Stefan Behnel wrote:

> Greg Ewing wrote:
> 
>>If the semantics of strings in the module are fixed when
>>the source is Cython-compiled, then you end up with a
>>module which can only be used in one environment
> 
> This is proven wrong by the current implementation in Cython.

So what happens when you compile your module so that
"foo" is a unicode string, and then use it in 2.x in
some situation where it chokes on unicode?

-- 
Greg


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to