[pypy-dev] A quick question for you!

William ML Leslie william.leslie.ttg at gmail.com
Mon Jun 18 22:47:19 EDT 2018


On 18 June 2018 at 22:18, Etienne Robillard <tkadm30 at yandex.com> wrote:
> Hi,
>
> Quick question: Does anyone of you know what is the effect of enabling
> gc.enable() in sitecustomize.py when using PyPy? Can it reduce latency for
> long-lived WSGI applications?
>

gc is enabled by default.  you only need to use gc.enable() if you
have earlier run gc.disable().

-- 
William Leslie

Notice:
Likely much of this email is, by the nature of copyright, covered
under copyright law.  You absolutely MAY reproduce any part of it in
accordance with the copyright law of the nation you are reading this
in.  Any attempt to DENY YOU THOSE RIGHTS would be illegal without
prior contractual agreement.



More information about the Python-list mailing list