Re: [Cython] Manylinux wheels for Cython

2016-03-07 Thread Ian Bell
Jorrit, maybe in interesting for us? On Mar 7, 2016 6:48 PM, "Matthew Brett" wrote: > Hi, > > I don't know whether y'all have been following over at distutils-sig, > but there's a new distutils PEP that defines a `manylinux` format for > Linux wheels that work on many different x86 Linux distribu

[Cython] Manylinux wheels for Cython

2016-03-07 Thread Matthew Brett
Hi, I don't know whether y'all have been following over at distutils-sig, but there's a new distutils PEP that defines a `manylinux` format for Linux wheels that work on many different x86 Linux distributions: https://www.python.org/dev/peps/pep-0513/ https://github.com/pypa/manylinux The latest

[Cython] segfault with fused types and __kwdefaults__

2016-03-07 Thread Zach Pincus
Hi all, Just found an odd bug, which occurs with both Python 3.4.3 / Cython 0.23.4 and Python 2.7.10 / Cython 0.22.1 (the versions that happen to be on my machine). Specifically, a cython function with a fused type *and* a keyword argument in its signature will cause a segfault when its __kwdefau