Commit 3318d29
committed
Merged revisions 79843-79844 via svnmerge from
svn+ssh://[email protected]/python/trunk
........
r79843 | mark.dickinson | 2010-04-06 17:46:09 +0100 (Tue, 06 Apr 2010) | 4 lines
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.
........
r79844 | mark.dickinson | 2010-04-06 17:47:55 +0100 (Tue, 06 Apr 2010) | 1 line
Misc/NEWS entry for r79843.
........1 parent f96b784 commit 3318d29
2 files changed
Lines changed: 10 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3779 | 3779 | | |
3780 | 3780 | | |
3781 | 3781 | | |
3782 | | - | |
3783 | | - | |
| 3782 | + | |
3784 | 3783 | | |
3785 | 3784 | | |
3786 | 3785 | | |
| |||
3799 | 3798 | | |
3800 | 3799 | | |
3801 | 3800 | | |
3802 | | - | |
3803 | | - | |
| 3801 | + | |
3804 | 3802 | | |
3805 | 3803 | | |
3806 | 3804 | | |
| |||
3841 | 3839 | | |
3842 | 3840 | | |
3843 | 3841 | | |
3844 | | - | |
3845 | | - | |
| 3842 | + | |
3846 | 3843 | | |
3847 | 3844 | | |
3848 | 3845 | | |
3849 | 3846 | | |
3850 | | - | |
| 3847 | + | |
3851 | 3848 | | |
3852 | 3849 | | |
3853 | 3850 | | |
3854 | 3851 | | |
3855 | 3852 | | |
3856 | 3853 | | |
3857 | | - | |
3858 | | - | |
3859 | | - | |
3860 | | - | |
3861 | | - | |
3862 | 3854 | | |
3863 | | - | |
3864 | | - | |
| 3855 | + | |
| 3856 | + | |
3865 | 3857 | | |
3866 | 3858 | | |
3867 | 3859 | | |
| |||
0 commit comments