[Cython] Preparations for Cython 0.26.1 and 0.27

Ian Henriksen insertinterestingnamehere at gmail.com
Thu Aug 3 12:16:39 EDT 2017


On Thu, Aug 3, 2017 at 10:05 AM Matthew Brett <matthew.brett at gmail.com>
wrote:

> Hi,
>
> On Thu, Aug 3, 2017 at 2:12 PM, Andy <t3kcit at gmail.com> wrote:
> > One more thing: If there was a nightly wheel like for scipy and numpy,
> > we could run CI with Cython master. That might lead to finding issues
> > earlier.
> > We probably don't want to build cython from source on CI, as I expect
> that
> > would
> > take too much time.
>
> That's a good idea - I will set that up, and email back here with details.
>
> Cheers,
>
> Matthew
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel


FWIW, depending on your CI needs using the no-cython-compile option can
speed
things up pretty drastically. Cython files don't compile quite as quickly
with that
option set, but installing Cython itself is much faster.

Best of luck,

Ian Henriksen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20170803/9f85ff44/attachment.html>


More information about the cython-devel mailing list