Re: [Cython] Treatment of right-hand side after assignment

2017-04-10 Thread Robert Bradshaw
On Mon, Apr 10, 2017 at 5:57 AM, Clemens Hofreither wrote: > > On Sun, Apr 9, 2017 at 8:00 AM, Robert Bradshaw wrote: > > On Sun, Apr 2, 2017 at 9:42 AM, Clemens Hofreither > > wrote: > >> > >> Hey all, > >> > >> (I hope this list isn't dead.) > >> > >> I'm reading up on the Cython codebase beca

Re: [Cython] Treatment of right-hand side after assignment

2017-04-10 Thread Clemens Hofreither
On Sun, Apr 9, 2017 at 8:00 AM, Robert Bradshaw wrote: > On Sun, Apr 2, 2017 at 9:42 AM, Clemens Hofreither > wrote: >> >> Hey all, >> >> (I hope this list isn't dead.) >> >> I'm reading up on the Cython codebase because I'm trying to implement >> a small feature (more on that later). There's one

Re: [Cython] Treatment of right-hand side after assignment

2017-04-08 Thread Robert Bradshaw
On Sun, Apr 2, 2017 at 9:42 AM, Clemens Hofreither wrote: > Hey all, > > (I hope this list isn't dead.) > > I'm reading up on the Cython codebase because I'm trying to implement > a small feature (more on that later). There's one thing that really > confuses me currently, and that's the distincti

[Cython] Treatment of right-hand side after assignment

2017-04-06 Thread Clemens Hofreither
Hey all, (I hope this list isn't dead.) I'm reading up on the Cython codebase because I'm trying to implement a small feature (more on that later). There's one thing that really confuses me currently, and that's the distinction between generate_post_assignment_code and generate_disposal_code. Fro