mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
5db42c4c50
Squash new warnings from VC 7.1 about mixing signed and unsigned types in comparisons. I can see why `len` was changed to size_t here, but don't see why `i` was also changed. Change `i` back to int.