Stefan Behnel, 24.02.2012 18:11:
> Vitja Makarov, 24.02.2012 17:56:
>> Jenkins app is down now. Before it got down it was raising exceptions.
>
> Ah, sorry, should have posted a short message. The machine it's running on
> (sage.math) has serious problems at the moment, so Jenkins will be down
> u
Vitja Makarov, 24.02.2012 17:56:
> Jenkins app is down now. Before it got down it was raising exceptions.
Ah, sorry, should have posted a short message. The machine it's running on
(sage.math) has serious problems at the moment, so Jenkins will be down
until someone over there manages to fix the s
Jenkins app is down now. Before it got down it was raising exceptions.
Can some one restart jenkins?
--
vitja.
___
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel
On 24 February 2012 08:00, Stefan Behnel wrote:
> Lisandro Dalcin, 23.02.2012 22:00:
>> The commit below from Stefan broke C-API generation for extension
>> modules. The problem is that the code of __Pyx_ImportModule() and
>> __Pyx_ImportType() depeds on the #definition of
>> __Pyx_PyIdentifier_Fr
Lisandro Dalcin, 23.02.2012 22:00:
> The commit below from Stefan broke C-API generation for extension
> modules. The problem is that the code of __Pyx_ImportModule() and
> __Pyx_ImportType() depeds on the #definition of
> __Pyx_PyIdentifier_FromString , and such #define is not emitted in
> C-API h
Hi,
could you please also look at incorporating the following patch before
releasing 0.16? (if it has not already been merged)
https://github.com/cython/cython/pull/67
It has been more or less validated, but a test case is needed.
This patch makes using C++ templates much more convenient with C
2012/2/24 Stefan Behnel :
> Vitja Makarov, 24.02.2012 06:24:
>> 2012/2/24 mark florisson :
>>> On 23 February 2012 20:52, Vitja Makarov wrote:
Recent py3k version has new feature "hash randomization" it solves
some security issues.
But has some drawbacks, for instance, dict.items()
Vitja Makarov, 24.02.2012 06:24:
> 2012/2/24 mark florisson :
>> On 23 February 2012 20:52, Vitja Makarov wrote:
>>> Recent py3k version has new feature "hash randomization" it solves
>>> some security issues.
>>> But has some drawbacks, for instance, dict.items() order is now
>>> unknown. So it b