[Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
Antoine Pitrou
solipsis at pitrou.net
Thu Jun 14 15:04:13 EDT 2018
More information about the Python-Dev mailing list
Thu Jun 14 15:04:13 EDT 2018
- Previous message (by thread): [Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
- Next message (by thread): [Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 8 Jun 2018 09:48:03 +0200 Victor Stinner <vstinner at redhat.com> 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 don't think replacing a more-or-less arbitrary value with another more-or-less arbitrary value is a very useful change. Regards Antoine.
- Previous message (by thread): [Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
- Next message (by thread): [Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list