Re: [Cython] How to improve the performance when doing string/unicode replace and search?

2011-03-29 Thread Yunfan Jiang
sorry for ask in the wrong groups, what i mean "not use it" is that, i have download the latest cython source and installed it and i check that the change code is already there, but my bug can still replay On Wed, Mar 30, 2011 at 1:02 PM, Stefan Behnel wrote: > Yunfan Jiang, 30.03.2011 05:33:

Re: [Cython] How to improve the performance when doing string/unicode replace and search?

2011-03-29 Thread Stefan Behnel
Yunfan Jiang, 30.03.2011 05:33: hi, i used to ask some string process question here, and found a bug, it seems you guys fix the bug but not use it Not sure what you mean by "not use it". and this time , my problem is about the performance, i need to wrote a filter which search sorts of key

[Cython] How to improve the performance when doing string/unicode replace and search?

2011-03-29 Thread Yunfan Jiang
hi, i used to ask some string process question here, and found a bug, it seems you guys fix the bug but not use it and this time , my problem is about the performance, i need to wrote a filter which search sorts of keywords in the target string , and stop if matched, this act require unicode inp

[Cython] Cannot profile nogil function. Error or Warn?

2011-03-29 Thread Lisandro Dalcin
Error compiling Cython file: ... cdef int PyMPE_Raise(int ierr) except -1 with gil: __Pyx_Raise(RuntimeError, "MPE logging error [code: %d]" % ierr, NULL) return 0 cdef inline int CHKERR(int ierr) nogil except -1: ^

Re: [Cython] cygdb gdb script problem

2011-03-29 Thread mark florisson
On 29 March 2011 22:20, Vitja Makarov wrote: > 2011/3/29 mark florisson : >> On 29 March 2011 21:11, Vitja Makarov wrote: >>> Running cygdb with Cython installed in the system leads to the >>> following problem: >>> >>> vitja@vitja-laptop:~/work/cython-vitek-git/zzz$ python ../cygdb.py >>> GNU gd

Re: [Cython] cygdb gdb script problem

2011-03-29 Thread Vitja Makarov
2011/3/29 mark florisson : > On 29 March 2011 21:11, Vitja Makarov wrote: >> Running cygdb with Cython installed in the system leads to the >> following problem: >> >> vitja@vitja-laptop:~/work/cython-vitek-git/zzz$ python ../cygdb.py >> GNU gdb (GDB) 7.2-ubuntu >> Copyright (C) 2010 Free Software

Re: [Cython] cygdb gdb script problem

2011-03-29 Thread mark florisson
On 29 March 2011 21:11, Vitja Makarov wrote: > Running cygdb with Cython installed in the system leads to the > following problem: > > vitja@vitja-laptop:~/work/cython-vitek-git/zzz$ python ../cygdb.py > GNU gdb (GDB) 7.2-ubuntu > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+:

[Cython] cygdb gdb script problem

2011-03-29 Thread Vitja Makarov
Running cygdb with Cython installed in the system leads to the following problem: vitja@vitja-laptop:~/work/cython-vitek-git/zzz$ python ../cygdb.py GNU gdb (GDB) 7.2-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-29 Thread Sturla Molden
Den 29.03.2011 02:09, skrev Robert Bradshaw: We are very concerned about Python compatibility. I did not intend to say you are not. Judging from Guido's answer to Stephan, I think Guido is worried you are not. And that, BTW, is sufficient to prevent the use of Cython in CPython stdlib. Stu

[Cython] Interest in contributing to the project

2011-03-29 Thread Arthur de Souza Ribeiro
Hello everybody, My name is Arthur de Souza Ribeiro and I'm a fourth-year student of Computer Science in Federal University of Campina Grande, Brazil. I'm a python programmer and have knowledge of other languages too, like Java, C, C++, Qt, Grails and ActionScript (used in Flex framework of Adobe)