Re: [Cython] jenkins is down

2012-02-24 Thread Stefan Behnel
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

Re: [Cython] jenkins is down

2012-02-24 Thread Stefan Behnel
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

[Cython] jenkins is down

2012-02-24 Thread Vitja Makarov
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

Re: [Cython] Broken C-API generation for ext modules

2012-02-24 Thread Lisandro Dalcin
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

Re: [Cython] Broken C-API generation for ext modules

2012-02-24 Thread Stefan Behnel
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

Re: [Cython] 0.16 release

2012-02-24 Thread Sébastien Sablé Sablé
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

Re: [Cython] cython tests and py3k hash randomization

2012-02-24 Thread Vitja Makarov
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()

Re: [Cython] cython tests and py3k hash randomization

2012-02-24 Thread 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() order is now >>> unknown. So it b