[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

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 i