]> granicus.if.org Git - python/commit
Make the it_index field in the str/unicode iterators Py_ssize_t's.
authorGuido van Rossum <guido@python.org>
Thu, 17 Aug 2006 21:11:47 +0000 (21:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Aug 2006 21:11:47 +0000 (21:11 +0000)
commit49d6b07c6b4b16d35f160726a59de819d077ee30
tree45686ed91cc46f46e206bb52a45d7c8abd3cf67b
parentbf12cdbb2880eb402f65ce8d1db09caa84c6b801
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Test the new iterators on str/unicode.
Lib/test/test_str.py
Lib/test/test_unicode.py
Objects/stringobject.c
Objects/unicodeobject.c