Re: [Cython] Bug in cython-mode.el under GNU Emacs 23.2.1

2011-03-24 Thread Robert Bradshaw
On Wed, Mar 23, 2011 at 3:48 PM, Lisandro Dalcin wrote: > On 22 March 2011 02:21, Vitja Makarov wrote: >> 2011/3/22 Rafe Kettler : >>> I've just tried out cython-mode.el and I was a bit disappointed when it >>> didn't work right off the bat. >>> >>> I added the following to my .emacs: >>> >>> (se

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Stefan Behnel
Robert Bradshaw, 24.03.2011 21:03: On Thu, Mar 24, 2011 at 12:58 PM, Stefan Behnel wrote: Robert Bradshaw, 24.03.2011 20:18: Anyone else willing to mentor? I haven't pushed on GSoC much this year yet because no one's stepped up to mentor, but there's still ample time on our side. Ok, want to

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Robert Bradshaw
On Thu, Mar 24, 2011 at 12:58 PM, Stefan Behnel wrote: > Robert Bradshaw, 24.03.2011 20:18: >> >> On Thu, Mar 24, 2011 at 10:42 AM, Stefan Behnel wrote: >>> >>> Stefan Behnel, 22.03.2011 08:59: Robert Bradshaw, 22.03.2011 08:14: > > On Mon, Mar 21, 2011 at 11:10 PM, Stefan Behnel

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Stefan Behnel
Robert Bradshaw, 24.03.2011 20:18: On Thu, Mar 24, 2011 at 10:42 AM, Stefan Behnel wrote: Stefan Behnel, 22.03.2011 08:59: Robert Bradshaw, 22.03.2011 08:14: On Mon, Mar 21, 2011 at 11:10 PM, Stefan Behnel wrote: Reimplementing existing C modules in Cython might, however, be more interesti

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Robert Bradshaw
On Wed, Mar 23, 2011 at 12:45 AM, Stefan Behnel wrote: > Craig Citro, 23.03.2011 08:11: >>> >>> We have a clear 1.0 goal, being able to compile the full Python >>> language. We're not there yet, but very close. It may make sense at >>> that point to also clean up any cruft we don't want to continu

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Robert Bradshaw
On Thu, Mar 24, 2011 at 10:42 AM, Stefan Behnel wrote: > Stefan Behnel, 22.03.2011 08:59: >> >> Robert Bradshaw, 22.03.2011 08:14: >>> >>> On Mon, Mar 21, 2011 at 11:10 PM, Stefan Behnel wrote: Reimplementing existing C modules in Cython might, however, be more interesting for pytho

Re: [Cython] Bug report: lambda and numpy.vectorize segfaults

2011-03-24 Thread Stefan Behnel
Vitja Makarov, 24.03.2011 19:15: 2011/3/24 Stefan Behnel: Vitja Makarov, 23.03.2011 20:11: 2011/3/23 Stefan Behnel: Vitja Makarov, 23.03.2011 17:25: File "/home/vitja/tmp/cython-my-git/Cython/Compiler/Parsing.py", line 2307, in p_c_arg_decl if 'pxd' in s.level: AttributeError: 'Pyr

Re: [Cython] Bug report: lambda and numpy.vectorize segfaults

2011-03-24 Thread Vitja Makarov
2011/3/24 Stefan Behnel : > Vitja Makarov, 23.03.2011 20:11: >> >> 2011/3/23 Stefan Behnel: >>> >>> Vitja Makarov, 23.03.2011 17:25:   File "/home/vitja/tmp/cython-my-git/Cython/Compiler/Parsing.py", line 2307, in p_c_arg_decl     if 'pxd' in s.level: AttributeError: 'Pyrex

Re: [Cython] Rewriting/compiling parts of CPython's stdlib in Cython

2011-03-24 Thread Stefan Behnel
Stefan Behnel, 22.03.2011 08:59: Robert Bradshaw, 22.03.2011 08:14: On Mon, Mar 21, 2011 at 11:10 PM, Stefan Behnel wrote: Reimplementing existing C modules in Cython might, however, be more interesting for python-dev, but also be a larger undertaking. So a GSoC might be worth running on that.