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 _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel