]> granicus.if.org Git - python/commit
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Aug 2014 21:30:40 +0000 (23:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Aug 2014 21:30:40 +0000 (23:30 +0200)
commit98ea54c35c37e4f9a7d7a923a7ccd792f4b7ff90
tree126cb038a65e06368c70f900ed90139c0e67a66b
parenteae94706a30c99150982034d644d8b3abf28110b
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
warnings in the Python/ subdirectory.
Python/bltinmodule.c
Python/getargs.c
Python/pythonrun.c
Python/thread.c
Python/traceback.c