diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-22 19:17:04 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-22 19:17:04 +0000 |
commit | 286085c781e74627f00e9866b01456a7f52c9d5b (patch) | |
tree | 549acc6249505d7a8529771b4315226684f5503c /Python/errors.c | |
parent | 8a8e05a2b9c629827827295a7bd76494aed41b72 (diff) | |
download | cpython-git-286085c781e74627f00e9866b01456a7f52c9d5b.tar.gz |
PyUnicode_Join(): Recent code changes introduced new
compiler warnings on Windows (signed vs unsigned mismatch
in comparisons). Cleaned that up by switching more locals
to Py_ssize_t. Simplified overflow checking (it can _be_
simpler because while these things are declared as
Py_ssize_t, then should in fact never be negative).
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions