]> granicus.if.org Git - python/commit
Fix warnings with HP's C compiler. It doesn't recognize that infinite
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:16:54 +0000 (21:16 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:16:54 +0000 (21:16 +0000)
commita5ccda95f26abae0eb854d9619d4f80ec1cd6606
treeef94650c5137ddb230e7e7a8ef166dbb08c823f7
parent837ce9389e246c84a8791cf0ed64b277efce1f6b
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.

Will backport.
Objects/dictobject.c
Objects/setobject.c