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

Ralf Gommers ralf.gommers at gmail.com
Sun Oct 30 03:48:00 EDT 2016


On Sun, Oct 30, 2016 at 4:49 AM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

>
>
> 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),
>

That is handled by doing docstring manipulation inside ``if __doc__ is
None:``

Ralf


> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20161030/e54d49a7/attachment.html>


More information about the SciPy-User mailing list