Issue #7117 (backport py3k float repr) continued:
commit3c2d990508066d7ca50dd8c3a96f05752ea1fcb8
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 24 Oct 2009 13:28:38 +0000 (24 13:28 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 24 Oct 2009 13:28:38 +0000 (24 13:28 +0000)
treebf23e23d009897b3b89b140d9223276d34cc4f2f
parente5f0080d73b1acda84f3decee8052f6ad3636b47
Issue #7117 (backport py3k float repr) continued:
 - add double endianness detection to configure script
 - add configure-time check to see whether we can use inline
   assembly to get and set x87 control word in configure script
 - add functions to get and set x87 control word in Python/pymath.c
 - add pyport.h logic to determine whether it's safe to use the
   short float repr or not

git-svn-id: http://svn.python.org/projects/python/trunk@75658 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/pymacconfig.h
Include/pymath.h
Include/pyport.h
PC/pyconfig.h
Python/pymath.c
configure
configure.in
pyconfig.h.in