[Cython] Cython 0.15.1 release candidate

Yaroslav Halchenko lists at onerussian.com
Tue Sep 20 15:09:41 CEST 2011


On Mon, 19 Sep 2011, Robert Bradshaw wrote:
> >        longest_track_lenA, longest_track_lenB
> >        ...
> >        if track_len > longest_track_lenA:
> See the "Incompatible changes" section of
> http://wiki.cython.org/ReleaseNotes-0.15 . This change was made to be
> more compatible with Python semantics. Set this variable to None if
> you want to use it before you assign it to something else. (Looking at

told myself -- "it is too late in the night to ask dummy questions" but
did it nevertheless... indeed variable is accessed before assignment
first and it is logical to require initialization.  Thanks!

-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic


More information about the cython-devel mailing list