From: Gregory P. Smith Date: Tue, 11 Dec 2012 01:45:16 +0000 (-0800) Subject: 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. X-Git-Tag: v3.4.0a1~1871 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60112ae319c5d95e74dafe6c67c04d01f50d965a;p=thirdparty%2FPython%2Fcpython.git 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come] --- 60112ae319c5d95e74dafe6c67c04d01f50d965a