]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blocked revisions 71723-71724 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Sat, 18 Apr 2009 20:57:50 +0000 (20:57 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 18 Apr 2009 20:57:50 +0000 (20:57 +0000)
........
  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
........


No differences found