]> granicus.if.org Git - python/commit
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes...
authorChristian Heimes <christian@cheimes.de>
Fri, 22 Aug 2008 19:34:15 +0000 (19:34 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 22 Aug 2008 19:34:15 +0000 (19:34 +0000)
commitfb1813cb8d44e7069444f957d21bd460ddc234ab
treed93470f400138b6793f77521efbd901d0870c71d
parentaf1aae3aa6ea11b39a9fe24ddcaf9caaa537261b
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson.
Misc/NEWS
Objects/obmalloc.c