Re: [Cython] Cython compiler directives: c_string_encoding

2013-07-19 Thread Hannes Röst
Hi Stefan Thank for your fast and detailed answer, this is helping us a lot. On 17 July 2013 18:24, Stefan Behnel wrote: > Hannes Röst, 17.07.2013 14:45: >> I am trying to compile a program with Cython using the compiler directives >> and >> I am running into some trouble. Specifically, I am tr

Re: [Cython] Cython compiler directives: c_string_encoding

2013-07-17 Thread Stefan Behnel
Hannes Röst, 17.07.2013 14:45: > I am trying to compile a program with Cython using the compiler directives and > I am running into some trouble. Specifically, I am trying to port a Cython > 0.18 > program to Cython 0.19 and due to changes how char * and Python str are > handled, I need to set the

[Cython] Cython compiler directives: c_string_encoding

2013-07-17 Thread Hannes Röst
Dear mailing list I am trying to compile a program with Cython using the compiler directives and I am running into some trouble. Specifically, I am trying to port a Cython 0.18 program to Cython 0.19 and due to changes how char * and Python str are handled, I need to set the c_string_encoding dir