Patches to make Windows port work with Python 2.6a3
authorjek-cythonhg@kleckner.net <none@none>
Fri, 23 May 2008 21:42:06 +0000 (14:42 -0700)
committerjek-cythonhg@kleckner.net <none@none>
Fri, 23 May 2008 21:42:06 +0000 (14:42 -0700)
commit8e01c45db39c770de559d1fdf6be782fd59d6c10
treedfaf517cecaf0546b379bcf6fcf7e05d150a3b0b
parent28e39a8ce0fe1ec32da7feff1caff2dbf2d46a8a
Patches to make Windows port work with Python 2.6a3

Cython/Compiler/Errors.py:
    Needed the self.message removed because of deprecation in BaseException.

tests/compile/food.h:
    Converted line endings from Mac to Unix since VS2008 compiler
    fails with Mac text files.

tests/compile/belchenko1.pyx:
    Changed cdef extern to eliminate math.h since it doesn't exist on Windoze.
    This needs to be reviewed since it isn't clear if the test
    needs to build the lib with math.h or whether it is just
    testing the compiler (which wouldn't read math.h anyway).
Cython/Compiler/Errors.py
tests/compile/belchenko1.pyx
tests/compile/food.h