[SciPy-User] Big performance hit when using frozen distributions on scipy 0.16.0

Charles R Harris charlesr.harris at gmail.com
Sat Oct 29 11:49:25 EDT 2016


On Sat, Oct 29, 2016 at 8:51 AM, Nicolas Chopin <nicolas.chopin at ensae.fr>
wrote:

> hi,
> Charles: no, I didn't, I'm not clear how to use this flag?
>

It is passed to cpython and produces *.pyo files without docstrings. I
probably doesn't do what you want if the docstrings are dynamically
generated (I don't know), but it can be checked if the flag was passed to
python so it should be possible to make docstring generation depend on it,
and it probably should.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20161029/5fbae320/attachment.html>


More information about the SciPy-User mailing list