[Python-Dev] No longer enable Py_TRACE_REFS by default in debug build
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Apr 12 18:34:08 EDT 2019
More information about the Python-Dev mailing list
Fri Apr 12 18:34:08 EDT 2019
- Previous message (by thread): [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build
- Next message (by thread): [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Victor Stinner wrote: > Python is used on devices with low memory (ex: 256 MiB for the whole > system). Allowing developers to use a debug build on such devices seem > to be a legit rationale for such change. Rather than removing features altogether, maybe the debug build could be split into a number of separate features that can be enabled individually? -- Greg
- Previous message (by thread): [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build
- Next message (by thread): [Python-Dev] No longer enable Py_TRACE_REFS by default in debug build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list