]> granicus.if.org Git - python/commit
load_string(): Force use of unsigned compare in a context that was
authorTim Peters <tim.peters@gmail.com>
Mon, 12 Nov 2001 22:26:10 +0000 (22:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 Nov 2001 22:26:10 +0000 (22:26 +0000)
commitbf5ca65c2d34046dd8f2dfb89164f3e55f6a3396
treebca0b2c2f96d2377385fda3274c266c16f448cd8
parentf8197d4f9f09585896c2957f34a6d3fac3362190
load_string():  Force use of unsigned compare in a context that was
clearly (but incorrectly) assuming it.
Modules/cPickle.c