]> granicus.if.org Git - python/commit
Fix bytes so it works on 64-bit platforms.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 27 Mar 2008 03:49:54 +0000 (03:49 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 27 Mar 2008 03:49:54 +0000 (03:49 +0000)
commit0bcd613e9fbe5ddb042680b49225f99d1fd07338
tree44279cd53def88697422bea6157d2cc96a95352e
parent9a960c601518c22434777d4fe5685efd0872c489
Fix bytes so it works on 64-bit platforms.
(Also remove some #if 0 code that is already handled in _getbytevalue.)
Objects/bytesobject.c