Re: [Cython] Interest in contributing to the project

2011-04-01 Thread Stefan Behnel
Arthur de Souza Ribeiro, 29.03.2011 09:11: 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 A

[Cython] implementation of cdef functions with default arguments

2011-04-01 Thread Lisandro Dalcin
Perhaps I'm missing something, but why we need the intermediate struct? Why not generate a regular C function with all the args, and then generate the call providing arguments? We could even extend this to support kwargs for calling functions in Cython, 1 - The implementation would be cleaner, IMH

Re: [Cython] Interest in contributing to the project

2011-04-01 Thread Arthur de Souza Ribeiro
HI Stefan, thank you very much for responding my e-mail to cython's list. About the proposal, I'd be very happy in helping the cython community doing the task 'rewrite modules in CPython's standard library in Cython that are currently written in C'. I didn't think about any special modules, but I'

Re: [Cython] Interest in contributing to the project

2011-04-01 Thread Stefan Behnel
Hi Arthur, Arthur de Souza Ribeiro, 02.04.2011 03:52: HI Stefan, thank you very much for responding my e-mail to cython's list. About the proposal, I'd be very happy in helping the cython community doing the task 'rewrite modules in CPython's standard library in Cython that are currently writte