[Python-Dev] Shorter float repr in Python 3.1? (original) (raw)
Ronald Oussoren ronaldoussoren at mac.com
Tue Apr 14 20:30:16 CEST 2009
- Previous message: [Python-Dev] Shorter float repr in Python 3.1?
- Next message: [Python-Dev] os.defpath for Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 14 Apr, 2009, at 18:09, Mark Dickinson wrote:
Okay, I think I might have fixed up the float endianness detection for universal builds on OS X. Ned, any chance you could give this another try with an updated version of the py3k-short-float-repr branch?
One thing I don't understand: Is it true that to produce a working universal/fat build of Python, one has to first regenerate configure and pyconfig.h.in using autoconf version >= 2.62? If not, then I don't understand how the ACCBIGENDIAN autoconf macro can be giving the right results.
It cannot, the actual bigendian detection for universal build is done
in pymacconfig.h. I have given up on getting pyconfig.h right for
universal builds, especially when dealing with 4-way universal builds.
Ronald
Mark
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com
-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2224 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20090414/3bf3422a/attachment.bin>
- Previous message: [Python-Dev] Shorter float repr in Python 3.1?
- Next message: [Python-Dev] os.defpath for Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]