]> granicus.if.org Git - python/commit
New long_lshift, without restriction on size of shift count, by Tim Peters.
authorGuido van Rossum <guido@python.org>
Sun, 16 Mar 1997 00:37:59 +0000 (00:37 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 16 Mar 1997 00:37:59 +0000 (00:37 +0000)
commitf2e499b1d760076f519b618105c112495d6f7911
tree5e2fbcd47c5216465a1cd9a52f4aa5804ee2ed73
parente053c677801209c000831e8d306c01c3460f9a57
New long_lshift, without restriction on size of shift count, by Tim Peters.
This makes it possible to write 1L<<1000000, memory permitting.
Objects/longobject.c