Re: [Cython] preparing 0.19.2 for this weekend

2013-10-11 Thread Stefan Behnel
Yury V. Zaytsev, 11.10.2013 20:59: > Multiple fixes to array.extend() > > https://github.com/cython/cython/pull/258 Hmm, yes, that code looks broken. Especially for the exception handling, there's even more to fix there. > Not sure it qualifies, but to me it looks rather safe to be included and

Re: [Cython] preparing 0.19.2 for this weekend

2013-10-11 Thread Yury V. Zaytsev
On Fri, 2013-10-11 at 20:42 +0200, Stefan Behnel wrote: > > I've started preparing a bug-fix release on the 0.19.x branch. If you > have any further changes that should go in, please speak up now. I'd > like to get it out by this Sunday at the latest (before PyCon-DE > starts on Monday). Multipl