]> granicus.if.org Git - python/commit
Closes release blocker #3627.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 07:08:55 +0000 (07:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 24 Aug 2008 07:08:55 +0000 (07:08 +0000)
commit3ce5d9207e66d61d4b0502cf47ed2d2bcdd2212f
treec29add3a6b61f321009d73a91464f45b5d10862a
parent06db799a53cba0396908d291bbe4bcc6c1c50daa
Closes release blocker #3627.

Merged revisions 65335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

TESTED=./python -E -tt ./Lib/test/regrtest.py -uall (both debug and opt)

........
  r65335 | neal.norwitz | 2008-07-31 10:17:14 -0700 (Thu, 31 Jul 2008) | 1 line

  Security patches from Apple:  prevent int overflow when allocating memory
........
Lib/test/seq_tests.py
Lib/test/support.py
Lib/test/test_bigmem.py
Misc/NEWS
Modules/gcmodule.c
Modules/mmapmodule.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/longobject.c
Objects/tupleobject.c
Objects/unicodeobject.c