r51010 - python/branches/bcannon-sandboxing/Objects/trackedmalloc.c

Author: brett.cannon Date: Tue Aug 1 01:28:35 2006 New Revision: 51010 Modified: python/branches/bcannon-sandboxing/Objects/trackedmalloc.c Log: Remove entry from todo list for adding proper Py_TRACK_MEMORY #ifdef checks. Modified: python/branches/bcannon-sandboxing/Objects/trackedmalloc.c ============================================================================== --- python/branches/bcannon-sandboxing/Objects/trackedmalloc.c (original) +++ python/branches/bcannon-sandboxing/Objects/trackedmalloc.c Tue Aug 1 01:28:35 2006 @@ -48,7 +48,6 @@ XXX: + convert over all APIs. -+ add proper Py_TRACK_MEMORY #ifdef protections. + Raise an error during compilation if required functionality (e.g. mallinfo()) not available for tracking memory, even if requested. + Completely convert ElementTree.
participants (1)
-
brett.cannon