This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SGI cores on 1.0 / 0
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: tim.peters Nosy List: rminsk, tim.peters
Priority: normal Keywords: patch

Created on 2001-06-25 20:09 by rminsk, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sgi.floatobject.patch rminsk, 2001-06-25 20:22
Messages (2)
msg36862 - (view) Author: Robert Minsk (rminsk) Date: 2001-06-25 20:09
This fix is in reference to bug 435026.  Please see bug
for complete history.
msg36863 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2001-07-17 19:48
Logged In: YES 
user_id=31435

Sorry for the delay!  I discussed it with Guido, and we 
don't want to do this.  The problem is that platform-
specific #ifdef hacks don't go away again, and that makes 
the codebase ever more incomprehensible over time.  Python 
used to do a lot of this, but not any more.  It's 
especially unattractive for SGI boxes, because there are 
always a variety of -O bugs there.  Note that the main 
README file has long said:

"""
WARNING: There are bugs in the optimizer of some versions
of SGI's compilers that can cause bus errors or other
strange behavior, especially on numerical operations.  To 
avoid this, try building with "make OPT=".
"""

If you want to volunteer to maintain a separate collection 
of SGI patches for assorted SGI compilers, that would be 
cool, and I'd be happy to plant a line to that in the 
README; but we're not putting any broken-compiler #ifdef 
workarounds into the core.
History
Date User Action Args
2022-04-10 16:04:09adminsetgithub: 34669
2001-06-25 20:09:13rminskcreate