[Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
Larry Hastings
larry at hastings.org
Mon Jun 18 16:35:19 EDT 2018
On 06/08/2018 12:48 AM, Victor Stinner wrote:
> Question: Do you think that bugs spotted by a GC collection are common
> enough to change the GC thresholds in development mode (new -X dev
> flag of Python 3.7)?
I'd prefer that the development / debug environment be as much like
production use as possible, so that surprises crop up during development
rather than after deployment. Additional monitoring is fine, but I
think changing behavior is a no-no.
Cheers,
//arry/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180618/5772b684/attachment.html>
More information about the Python-Dev
mailing list