]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commitde1611e30b951f6835df5e382a728fcb2378015b
tree6a74f783a3b279436fba380be70354a3903d7c50
parent06e3ea8eb268f4e43212b612671f5c7ead6e67a8
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
........