[Python-checkins] r42634 - python/branches/tim-obmalloc/Objects/obmalloc.c

tim.peters python-checkins at python.org
Tue Feb 28 01:10:38 CET 2006


Author: tim.peters
Date: Tue Feb 28 01:10:36 2006
New Revision: 42634

Modified:
   python/branches/tim-obmalloc/Objects/obmalloc.c
Log:
More XXX, noting that the Py_ADDRESS_IN_RANGE comments
no longer make sense (although that's also true on the
trunk now).


Modified: python/branches/tim-obmalloc/Objects/obmalloc.c
==============================================================================
--- python/branches/tim-obmalloc/Objects/obmalloc.c	(original)
+++ python/branches/tim-obmalloc/Objects/obmalloc.c	Tue Feb 28 01:10:36 2006
@@ -557,6 +557,10 @@
 	return arenaobj;
 }
 
+/* XXX The comments following don't match the code anymore, but this
+ * XXX wasn't introduced in the branch (the trunk has the same problem).
+ * XXX Repair.
+ */
 /* Return true if and only if P is an address that was allocated by
  * pymalloc.  I must be the index into arenas that the address claims
  * to come from.


More information about the Python-checkins mailing list