diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-04-06 16:46:09 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-04-06 16:46:09 (GMT) |
commit | 3ec9b942b5536e3fc597a065851750e01025b6f1 (patch) | |
tree | 991fce0269facbc6ffa43039be076b306a945c13 /Objects/codeobject.c | |
parent | 72ec2e2bdf4a861b85ed7e4b038b134d8b4e4ea4 (diff) | |
download | cpython-3ec9b942b5536e3fc597a065851750e01025b6f1.zip cpython-3ec9b942b5536e3fc597a065851750e01025b6f1.tar.gz cpython-3ec9b942b5536e3fc597a065851750e01025b6f1.tar.bz2 |
Issue #8259: Get rid of 'outrageous left shift count' error when
left-shifting an integer by more than 2**31 on a 64-bit machine. Also
convert shift counts to a Py_ssize_t instead of a C long.
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions