[Python-checkins] r71728 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Sat Apr 18 22:57:50 CEST 2009


Author: mark.dickinson
Date: Sat Apr 18 22:57:50 2009
New Revision: 71728

Log:
Blocked revisions 71723-71724 via svnmerge

........
  r71723 | mark.dickinson | 2009-04-18 21:17:52 +0100 (Sat, 18 Apr 2009) | 7 lines
  
  The SSE2 detection and enabling could potentially cause
  problems for binary distributions of Python in situations
  where the build machine has SSE2 but the target machine
  does not.
  
  Therefore, don't enable SSE2 instructions automatically on x86.
........
  r71724 | mark.dickinson | 2009-04-18 21:19:17 +0100 (Sat, 18 Apr 2009) | 2 lines
  
  Revert accidental changes to Objects/floatobject.c
........


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


More information about the Python-checkins mailing list