]> granicus.if.org Git - python/commit
Blocked revisions 79843-79844 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 16:55:43 +0000 (16:55 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 6 Apr 2010 16:55:43 +0000 (16:55 +0000)
commiteb1ce4342ce277fb58564fe2797ae151f9d11837
tree7ea8db1fc82e9c7d9054b02a0184492f468623ae
parente9a5a549e41fee42bdcab34024d52fdf0620948c
Blocked revisions 79843-79844 via svnmerge

........
  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.
........