[Cython] Control Flow

Robert Bradshaw robertwb at math.washington.edu
Sat May 28 01:34:50 CEST 2011


On Fri, May 27, 2011 at 7:27 AM, Vitja Makarov <vitja.makarov at gmail.com> wrote:
> I've recently fixed some issues:
>
>  - closure variables were not tracked
>  - scoped expression variables were initialized to None
>
> So, I should fix broken tests, here are some of them:
>
> nogil (should be fixed)
> purecdef (upstream)
> cfunc_directive_in_pyclass (upstream)
> bufaccess_noassignT444 (should be removed?)
> bufaccess (should be fixed)
> ass2longlong (should be fixed)
> builtinfuncs (should be fixed)
> extcmethcall (should be fixed)
> extcoerce (fixed or removed?)

Unless you see this code being exercised elsewhere (a run test would
be better her anyways) it's an easy fix that should be done.

> e_extweakref (should be fixed)
>
> --
> vitja.
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> http://mail.python.org/mailman/listinfo/cython-devel
>


More information about the cython-devel mailing list