]> granicus.if.org Git - python/commit
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 23:10:05 +0000 (23:10 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 23:10:05 +0000 (23:10 +0000)
commit7087f78dbe4f9c69ae040c142c8a04fedf010047
tree52d215bc7c2dd2b1470bfeec470e1b9fa029a43d
parent5ddfe41e84209f0665a01b5d813a6e80c4c0b88f
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
Modules/binascii.c