[Cython] Move IPython's cython extension to cython

Martín Gaitán gaitan at gmail.com
Sun Apr 6 18:26:51 CEST 2014


On Sun, Apr 6, 2014 at 4:18 AM, Stefan Behnel <stefan_ml at behnel.de> wrote:

> Would it be ok to expose the "load_ipython_extension()" function directly
> on the Cython package? Then you'd just say "%load_ext Cython". I suggest
> to  drop the implementation into Cython/Build/IPythonMagic.py and import it
> from there inside of "load_ipython_extension()". There is a "Tests" package
> in there as well.
>

Ok, it sounds very good. Simpler for users with low "pollution" for cython.


> Yes, getting rid of nosetest looks simple enough. We have our own test
> runner in runtests.py that also runs unit tests.
>
> We could install IPython on our CI server to run the tests there, so I
> don't see a problem with it (as long as the tests do *not* run if IPython
> is not available, e.g. on Travis).
>

Great. So, should I start the pull request and continue the discussion in
the context of the code? There is something I must to read before
"contribute to cython" ?

Thanks a lot for your answers
Martin

-- 
mgaitan.github.io
textosyprextextos.com.ar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20140406/7c351e7a/attachment.html>


More information about the cython-devel mailing list