]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Real arena implementation
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Feb 2006 17:53:04 +0000 (17:53 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Feb 2006 17:53:04 +0000 (17:53 +0000)
commit77f1bb27782898c1bbcbaffd5a5622930b16bc97
tree7719703cea5bccd41c093ba487895dc858049ee6
parent77e42fff31a2864178ee04e54af1e4476c555dce
Real arena implementation

Replace the toy arena implementation with a real one,
based on allocating 8K chunks of memory by default.
Include/pyarena.h
Python/pyarena.c