]> granicus.if.org Git - python/commit
XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
authorTim Peters <tim.peters@gmail.com>
Mon, 15 Jul 2002 17:58:03 +0000 (17:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 15 Jul 2002 17:58:03 +0000 (17:58 +0000)
commite561dc231e31a304b69e66979fc9cc773b7668de
tree1ad5a58863daedceb017ce09891b240e750e6ed5
parenta65523a151c29a227626bfc4377899de92bd67e9
XXXROUNDUP():  Turns out this fixed Andrew MacIntyre's memory-mgmt
disaster too, so this change is here to stay.  Beefed up the comments
and added some stats Andrew reported.  Also a small change to the
macro body, to make it obvious how XXXROUNDUP(0) ends up returning 0.
See SF patch 578297 for context.

Not a bugfix candidate, as the functional changes here have already
been backported to the 2.2 line (this patch just improves clarity).
Parser/node.c