Re: [Cython] Cython-0.23.4 build failing on gcc6 for upcoming fedora 24
Stefan Behnel schrieb am 07.02.2016 um 20:05: > Robert Bradshaw schrieb am 06.02.2016 um 09:24: >> == >> FAIL: runTest (__main__.EndToEndTest) >> End-to-end asyncio_generators >>
Re: [Cython] import-free setuptools integration
I understand. Maybe it is then better to remove the extension-swapping and ask the developer to specifically decide which extension is a cython_module and which is an ext_module (and potentially have duplicate definitions of the same extension): setuptools.setup( # ... ext_modu