18 Aug 10:12
[Cython] Another annotator bug
From: Hoyt Koepke <hoytak@...>
Subject: [Cython] Another annotator bug
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-18 08:13:57 GMT
Subject: [Cython] Another annotator bug
Newsgroups: gmane.comp.python.cython.devel
Date: 2008-08-18 08:13:57 GMT
Hello,
In continuing to play around with the annotation function, I've found
another bug (and I think I have it patched as well). For me, it shows
up when there is an error in my code. It doesn't seem to matter what
that error is, as I've fixed several and still get the same backtrace.
This is in r1071
After running cython -a transforms.pyx, it prints out an error message
and then raises
Traceback (most recent call last):
File "/home/hoytak/sysroot/bin/cython", line 8, in <module>
main(command_line = 1)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 698, in main
result = compile(sources, options)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 675, in compile
return compile_multiple(source, options)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 645, in compile_multiple
result = run_pipeline(source, options)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 507, in run_pipeline
err, enddata = context.run_pipeline(pipeline, source)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
line 169, in run_pipeline
data = phase(data)
File "/home/hoytak/sysroot/lib/python2.5/site-packages/Cython/Compiler/Main.py",
(Continue reading)
RSS Feed