Re: [Cython] import-free setuptools integration

2016-02-07 Thread Greg Ewing
Nils Werner wrote: - Having `cythonize()` internally automatically compile *.pyx files when *.c files are provided is disabled by default and must be enabled using the `replace_extension` keyword argument (`cython_modules` enables that option). I'd be happier if it were still disabled

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-07 Thread Stefan Behnel
Robert Bradshaw schrieb am 06.02.2016 um 09:24: > == > FAIL: runTest (__main__.EndToEndTest) > End-to-end asyncio_generators > -- > Traceback (most recent call las

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-07 Thread Todd Rme
On Feb 7, 2016 9:02 AM, "Dimitri John Ledkov" wrote: > > On 6 February 2016 at 17:46, Neal Becker wrote: > > > > I disabled tests for python3 again - the async test also failed before. > > Maybe something to do with the testing environment. > > > > async tests are failing with async module from p

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-07 Thread Neal Becker
Dimitri John Ledkov wrote: > On 6 February 2016 at 17:46, Neal Becker > wrote: >> Robert Bradshaw wrote: >> >>> == >>> FAIL: runTest (__main__.EndToEndTest) >>> End-to-end asyncio_generators >>> --

Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24

2016-02-07 Thread Dimitri John Ledkov
On 6 February 2016 at 17:46, Neal Becker wrote: > Robert Bradshaw wrote: > >> == >> FAIL: runTest (__main__.EndToEndTest) >> End-to-end asyncio_generators >> -- >