[Cython] Speed up cython for enum declarations
David Cournapeau
cournape at gmail.com
Fri Dec 5 10:25:35 CET 2008
On Fri, Dec 5, 2008 at 6:10 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> The newest one. I also pushed the Visitor fix to the cython release branch
> now so that you can try it from there. But there were other improvements in
> cython-devel that will improve the compilation speed for your case (and I
> can't push those to the stable bug-fix branch).
Ok, will do.
>
> That's almost certainly due to the temp refactoring. Please report any
> crashes you get, preferably with a short code snippet that shows the
> problem, so that we can fix them.
I managed to get a quite short code snippet: it crashes on an empty
file :) It also crashes on a trivial file (to make sure the empty file
itself was not the issue)
cheers,
David
More information about the Cython-dev
mailing list