]> granicus.if.org Git - python/commit
Changed the #-of-arenas counters to uints -- no need to be insane about
authorTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 10:35:09 +0000 (10:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 10:35:09 +0000 (10:35 +0000)
commit1d99af8d6960a3b6adc5ed25a8b27e59e21970d3
tree8432261291c5ad2779ba5def208718956f8625d9
parent8deda70b16c0683c3d8718f751d8668f13977c70
Changed the #-of-arenas counters to uints -- no need to be insane about
this.  But added an overflow check just in case there is.

Got rid of the ushort macro.  It wasn't used anymore (it was only used
in the no-longer-exists off_t macro), and there's no plausible use for it.
Objects/obmalloc.c