[Cython] Cython 0.23.3 released

2015-09-29 Thread Stefan Behnel
Hi everyone, here is a third bug-fix release for the 0.23 release series that repairs some further problems and regressions. https://pypi.python.org/pypi/Cython/0.23.3 Complete changelog follows below. Upgrading is generally recommended. You can get the signed release from here: http://cython

[Cython] Bug: llabs not defined in vs2008

2015-09-29 Thread Hogan, Christopher
Hello, I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cython 0.23.1. This worked fine with Cython 0.22.x, but in 0.23.1 there are some changes in Cython/Utility/TypeConversion.c that seem to cause this error: mtrand.obj : error LNK2019: unresolved external symbol llabs refere