[Python-Dev] Idea: reduce GC threshold in development mode (-X dev)
Yury Selivanov
yselivanov.ml at gmail.com
Fri Jun 8 12:12:57 EDT 2018
More information about the Python-Dev mailing list
Fri Jun 8 12:12:57 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, Jun 8, 2018 at 9:24 AM Ronald Oussoren <ronaldoussoren at mac.com> wrote: [..] > Wouldn’t it be enough to visit just the the newly tracked object in PyObject_GC_Track with a visitor function that does something minimal to verify that the object value is sane, for example by checking PyType_Ready(Py_TYPE(op)). +1. Yury
- 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