Hi,

Marc Christiansen wrote:
> With Python 2.5.2, tests/run/charencoding.pyx gives a SyntaxError:

Thanks, I fixed that (and a couple of other bugs in the test runner).


> After a pyximport.install(), "import some_module" does not work if
> some_module.pyx is in the current dir, because os.path.isdir("") ==
> False (line 179 pyximport/pyximport.py).

Fixed. The current pyximport implementation is actually pretty new, so it
merits some testing.


> A minor one. python2.6 -t -c "import pyximport" complains.
> 
> pyximport/pyxbuild.py: inconsistent use of tabs and spaces in indentation
> Cython/Compiler/Nodes.py: inconsistent use of tabs and spaces in indentation

I noticed that pyximport used a wild mix of tabs and spaces before, guess I
forgot to fix pyxbuild as well. Greg Ewing traditionally used tabs in his
source code, that's where the left-over in Nodes.py came from. Should be
fixed now as well.

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to