simplify PyLong unpacking code, knowing that max(digit) << max(long)
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Mar 2013 16:13:59 +0000 (17:13 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 9 Mar 2013 16:13:59 +0000 (17:13 +0100)
commitb525cf3488629cd0f5a77b970b42edb375d6cb0c
treec1df230c8b13dbb4cb8f790671c7ab91b23b1d82
parent7a00b931c468a99b85a5464e69c3be735ff6b072
simplify PyLong unpacking code, knowing that max(digit) << max(long)
Cython/Compiler/PyrexTypes.py