]> granicus.if.org Git - python/commit
Backport 52502:
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:37:16 +0000 (21:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:37:16 +0000 (21:37 +0000)
commit7e3ec048f988b08392cc04c8cb7cf4d66da11580
treec60ff6d28a864ea1f6f26dc7df5fd821c4706a29
parentb5fdf0da2151527b9f7625e41ac40cfdceb0f8f3
Backport 52502:
Fix warnings with HP's C compiler.  It doesn't recognize that infinite
loops are, um, infinite.  These conditions should not be able to happen.
Objects/dictobject.c
Objects/setobject.c