[Cython] Speed up cython for enum declarations

Stefan Behnel stefan_ml at behnel.de
Fri Dec 5 11:34:14 CET 2008


Hi,

David Cournapeau wrote:
> 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)

It still doesn't crash for an empty file, but I get it to crash on this:

	print "test"

I'll look into this.

Stefan



More information about the Cython-dev mailing list