diff options
author | Christian Heimes <christian@cheimes.de> | 2008-08-22 19:34:15 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-08-22 19:34:15 (GMT) |
commit | fb1813cb8d44e7069444f957d21bd460ddc234ab (patch) | |
tree | d93470f400138b6793f77521efbd901d0870c71d /Misc | |
parent | af1aae3aa6ea11b39a9fe24ddcaf9caaa537261b (diff) | |
download | cpython-fb1813cb8d44e7069444f957d21bd460ddc234ab.zip cpython-fb1813cb8d44e7069444f957d21bd460ddc234ab.tar.gz cpython-fb1813cb8d44e7069444f957d21bd460ddc234ab.tar.bz2 |
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 release candidate 1? Core and Builtins ----------------- +- Issue #3642: Changed type of numarenas from uint to size_t + in order to silence a compilier warning on 64bit OSes. + Library ------- |