[Cython] wiki.cython.org is down

2011-05-30 Thread Vitja Makarov
With error: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mail

[Cython] [GSoC] Blog post regarding the Cython backend aiming PyPy

2011-05-30 Thread Romain Guillebert
Hi I've posted and article on my blog that explains what I've done during the community bonding period and the first week of the Google Summer of Code : http://rguillebert.blogspot.com/2011/05/cython-backend-aiming-pypy-week-1.html Cheers Romain ___ cyt

[Cython] [GSoC] Blog post regarding the Cython backend aiming PyPy

2011-05-30 Thread Romain Guillebert
Hi I've posted and article on my blog that explains what I've done during the community bonding period and the first week of the Google Summer of Code : http://rguillebert.blogspot.com/2011/05/cython-backend-aiming-pypy-week-1.html Cheers Romain ___ cyt

[Cython] [GSoC] Blog post regarding the Cython backend aiming PyPy

2011-05-30 Thread Romain Guillebert
Hi I've posted and article on my blog that explains what I've done during the community bonding period and the first week of the Google Summer of Code : http://rguillebert.blogspot.com/2011/05/cython-backend-aiming-pypy-week-1.html Cheers Romain ___ cyt

Re: [Cython] Control Flow

2011-05-30 Thread Stefan Behnel
Vitja Makarov, 30.05.2011 22:15: 2011/5/30 Stefan Behnel: Vitja Makarov, 30.05.2011 20:53: I see sigsegv in lxml tests: 1222/1364 ( 89.6%): test_xmlschema_import_file (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase) ... Segmentation fault https://sage.math.washington.edu:8091/hudson/job/cy

Re: [Cython] Control Flow

2011-05-30 Thread Vitja Makarov
2011/5/30 Stefan Behnel : > Vitja Makarov, 30.05.2011 20:53: >> >> I see sigsegv in lxml tests: >> >> 1222/1364 ( 89.6%): test_xmlschema_import_file >> (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase) ... Segmentation >> fault >> >> https://sage.math.washington.edu:8091/hudson/job/cython-devel-lx

Re: [Cython] Control Flow

2011-05-30 Thread Stefan Behnel
Vitja Makarov, 30.05.2011 20:53: I see sigsegv in lxml tests: 1222/1364 ( 89.6%): test_xmlschema_import_file (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase) ... Segmentation fault https://sage.math.washington.edu:8091/hudson/job/cython-devel-lxml-trunk-py27/890/console Is that control flow r

Re: [Cython] Control Flow

2011-05-30 Thread Vitja Makarov
2011/5/29 Vitja Makarov : > 2011/5/29 Stefan Behnel : >> Vitja Makarov, 29.05.2011 11:17: >>> >>> 2011/5/29 Stefan Behnel: Vitja Makarov, 29.05.2011 10:11: > > I've started new branch called control_flow_fixes. I think you can safely apply the subsequent fixes to the mas