[Python-Dev] Idea: reduce GC threshold in development mode (-X dev) (original) (raw)
Yury Selivanov yselivanov.ml at gmail.com
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 PyObjectGCTrack with a visitor function that does something minimal to verify that the object value is sane, for example by checking PyTypeReady(PyTYPE(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 ]