Re: [Python-Dev] Idea: reduce GC threshold in development mode (-X dev)

2018年6月18日 13:38:36 -0700

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/
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to