diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-08-28 00:06:21 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-08-28 00:06:21 (GMT) |
commit | 1fa174a418d78ef24aa741945230a5074b3e6236 (patch) | |
tree | 36ba4dde1f26849a203141da2880bb6e6733c9e9 /Tools/gdb/libpython.py | |
parent | 36a5a062dc66fd75bce7141f52a1567bf23738d5 (diff) | |
download | cpython-1fa174a418d78ef24aa741945230a5074b3e6236.zip cpython-1fa174a418d78ef24aa741945230a5074b3e6236.tar.gz cpython-1fa174a418d78ef24aa741945230a5074b3e6236.tar.bz2 |
Get rid of signed/unsigned comparaison in _sre.c
Fix compilation warnings on Windows (Visual C++) like: "_sre.c(3121): warning
C4018: '>' : signed/unsigned mismatch".
_validate_outer() ensures that groups >= 0, so _validate_inner() can cast
groups to size_t.
Diffstat (limited to 'Tools/gdb/libpython.py')
0 files changed, 0 insertions, 0 deletions