[Python-Dev] PEP 754 (original) (raw)

Tim Peters tim.one at comcast.net
Fri Apr 23 16:51:56 EDT 2004


[Ivan Judson]

What's needs to be done to possibly get PEP754 (fpconst) to move ahead and perhaps go into 2.4?

[Aahz]

In order for PEP754 to work, we need to have a bunch of people volunteer to maintain the IEEE-754 semantics for a bunch of difference platforms. Feel free to try to drum up interest, but the PEP won't be accepted until there's evidence that people are making long-term commitments.

That isn't a good objection for this specific patch -- it's pure Python, and picks apart bits using the struct module. IIRC, it wasn't correctly written for most 64-bit boxes, but that looked like a shallow flaw (I think it assumed that a struct "l" format code, in native mode, always yields a 32-bit thingie).



More information about the Python-Dev mailing list