]> granicus.if.org Git - python/commit
Fix some compilation warnings under 64-bit Windows (issue #9566).
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Aug 2010 17:12:55 +0000 (17:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 15 Aug 2010 17:12:55 +0000 (17:12 +0000)
commit0010d37a431b580034a1da979c2ee7c546fbda90
tree5f6d46ae3903afcca0c71532055a199fdbe7471f
parent1d0aaea54ad0bed77b22e59b67f2e9659036aa53
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.
Objects/bytearrayobject.c
Objects/bytesobject.c