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
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
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
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