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,
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo