]> granicus.if.org Git - python/commit
Merged revisions 84070,84074 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Aug 2010 17:46:50 +0000 (17:46 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Aug 2010 17:46:50 +0000 (17:46 +0000)
commitbc760d9f4572c1f2356f7444d8cd3aa01f7fad38
treef0b7b49d3b9caf8670b24ae43765004f033e9b08
parent00d5f35b85f4ef9a1cdfff1c2f4d77792e06320c
Merged revisions 84070,84074 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84070 | antoine.pitrou | 2010-08-15 19:12:55 +0200 (dim., 15 août 2010) | 5 lines

  Fix some compilation warnings under 64-bit Windows (issue #9566).
  Some of these are genuine bugs with objects bigger than 2GB, but
  my system doesn't allow me to write tests for it.
........
  r84074 | antoine.pitrou | 2010-08-15 19:41:31 +0200 (dim., 15 août 2010) | 3 lines

  Fix (harmless) warning with MSVC.
........
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c