[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


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


More information about the Python-Dev mailing list