[Python-checkins] r79846 - python/branches/release26-maint

mark.dickinson python-checkins at python.org
Tue Apr 6 18:55:43 CEST 2010


Author: mark.dickinson
Date: Tue Apr  6 18:55:43 2010
New Revision: 79846

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


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list