Re: [Cython] GSoC Proposal - Reimplement C modules in CPython's standard library in Cython.

2011-04-19 Thread Greg Ewing
Arthur de Souza Ribeiro wrote: def _make_iterencode(dict markers, _default, _encoder, _indent, _floatstr, _key_separator, _item_separator, bint _sort_keys, bint _skipkeys, bint _one_shot, ## HACK: hand-optimized bytecode; turn globals into locals ValueError=ValueError,

Re: [Cython] GSoC Proposal - Reimplement C modules in CPython's standard library in Cython.

2011-04-19 Thread Arthur de Souza Ribeiro
2011/4/17 Stefan Behnel > Arthur de Souza Ribeiro, 17.04.2011 20:07: > > Hi Stefan, about your first comment : "And it's better to let Cython know >> that this name refers to a function." in line 69 of encoder.pyx file I >> didn't understand well what does that mean, can you explain more this >

Re: [Cython] libcpp.string operators

2011-04-19 Thread Brent Pedersen
On Tue, Apr 19, 2011 at 6:08 PM, Brent Pedersen wrote: > On Tue, Apr 19, 2011 at 2:45 PM, Brent Pedersen wrote: >> hi, i have been using a stub for the c++ in a lot of my work. >> i decided to have a go at doing a proper string.pxd, pasted here: >> >> https://gist.github.com/929604 >> >> other t

Re: [Cython] libcpp.string operators

2011-04-19 Thread Brent Pedersen
On Tue, Apr 19, 2011 at 2:45 PM, Brent Pedersen wrote: > hi, i have been using a stub for the c++ in a lot of my work. > i decided to have a go at doing a proper string.pxd, pasted here: > > https://gist.github.com/929604 > > other than the operators, it's mostly implemented with tests. but when

[Cython] libcpp.string operators

2011-04-19 Thread Brent Pedersen
hi, i have been using a stub for the c++ in a lot of my work. i decided to have a go at doing a proper string.pxd, pasted here: https://gist.github.com/929604 other than the operators, it's mostly implemented with tests. but when i try the operators with this test: def test_equal_operator(char

Re: [Cython] gilnanny

2011-04-19 Thread Sturla Molden
Den 19.04.2011 07:08, skrev Stefan Behnel: Yes, that's what this is all about. https://github.com/markflorisson88/cython/commits/master Great :) Sturla ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cy

Re: [Cython] Hudson account

2011-04-19 Thread mark florisson
On 19 April 2011 18:27, Stefan Behnel wrote: > mark florisson, 19.04.2011 13:46: >> >> So are you setting it up > > Done. You now have your first red Hudson jobs. ;) Thanks a lot for setting it up! Red means good right? :) > Stefan > ___ > cython-devel

Re: [Cython] Hudson account

2011-04-19 Thread Stefan Behnel
mark florisson, 19.04.2011 13:46: So are you setting it up Done. You now have your first red Hudson jobs. ;) Stefan ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Hudson account

2011-04-19 Thread mark florisson
On 19 April 2011 13:36, Stefan Behnel wrote: > mark florisson, 19.04.2011 13:09: >> >> On 19 April 2011 12:53, Stefan Behnel wrote: >>> >>> mark florisson, 19.04.2011 12:31: All I want is to run the master branch (it has the 'with gil' statement') and the openmp branch. I also want

Re: [Cython] Hudson account

2011-04-19 Thread Stefan Behnel
mark florisson, 19.04.2011 13:09: On 19 April 2011 12:53, Stefan Behnel wrote: mark florisson, 19.04.2011 12:31: All I want is to run the master branch (it has the 'with gil' statement') and the openmp branch. I also want the fusedtypes branch, which I'll create in a minute or two. That's thr

Re: [Cython] Hudson account

2011-04-19 Thread mark florisson
On 19 April 2011 12:53, Stefan Behnel wrote: > mark florisson, 19.04.2011 12:31: >> >> On 19 April 2011 12:19, Stefan Behnel wrote: >>> >>> mark florisson, 19.04.2011 11:14: Can I get a Hudson account so I can setup my branches there? >>> >>> I've created one for you. Please tell me when

Re: [Cython] Hudson account

2011-04-19 Thread Stefan Behnel
mark florisson, 19.04.2011 12:31: On 19 April 2011 12:19, Stefan Behnel wrote: mark florisson, 19.04.2011 11:14: Can I get a Hudson account so I can setup my branches there? I've created one for you. Please tell me when you have changed your password, so that I can give you write access. D

Re: [Cython] Hudson account

2011-04-19 Thread mark florisson
On 19 April 2011 12:31, mark florisson wrote: > On 19 April 2011 12:19, Stefan Behnel wrote: >> mark florisson, 19.04.2011 11:14: >>> >>> Can I get a Hudson account so I can setup my branches there? >> >> I've created one for you. Please tell me when you have changed your >> password, so that I c

Re: [Cython] Hudson account

2011-04-19 Thread mark florisson
On 19 April 2011 12:19, Stefan Behnel wrote: > mark florisson, 19.04.2011 11:14: >> >> Can I get a Hudson account so I can setup my branches there? > > I've created one for you. Please tell me when you have changed your > password, so that I can give you write access. Done. > Please be careful n

Re: [Cython] Hudson account

2011-04-19 Thread Stefan Behnel
mark florisson, 19.04.2011 11:14: Can I get a Hudson account so I can setup my branches there? I've created one for you. Please tell me when you have changed your password, so that I can give you write access. Please be careful not to break too much, and note that it's easier to work at the

[Cython] Hudson account

2011-04-19 Thread mark florisson
Can I get a Hudson account so I can setup my branches there? I can't seem to login using my trac credentials. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] gilnanny

2011-04-19 Thread mark florisson
On 18 April 2011 22:26, Robert Bradshaw wrote: > On Mon, Apr 18, 2011 at 12:08 PM, mark florisson > wrote: >> Can I add a gilnanny to refnanny? I want to do a PyThreadState_Get() >> for every refnanny inc- and decref, so that it will issue a fatal >> error whenever reference counting is done with