[Python-Dev] Irix problems
Schneider, Michael
michael.l.schneider at eds.com
Wed Oct 1 17:35:37 EDT 2003
Aahz,
Correction to SGI code--------------------------------------------
// SGI #defines, but does not support these
#ifdef __sgi
#ifdef CLNEXT
#undef CLNEXT
#endif
#ifdef CRPRNT
# undef CRPRNT
#endif
#ifdef CWERASE
# undef CWERASE
#endif
#ifdef CFLUSH
#undef CFLUSH
#endif
#ifdef CDSUSP
#undef CDSUSP
#endif
#endif
----------------------------------------------------------------
Michael Schneider
Senior Software Engineering Consultant
EDS PLM Solutions
"The Greatest Performance Improvement Is the transitioning from a non-working state to the working state"
-----Original Message-----
From: Schneider, Michael
Sent: Wednesday, October 01, 2003 4:32 PM
To: 'Aahz'
Cc: python-dev at python.org
Subject: RE: [Python-Dev] Irix problems
That's fine, I can apply the fix to our local src. Can this
fix go into the next release?
Thanks for your efforts,
Mike
----------------------------------------------------------------
Michael Schneider
Senior Software Engineering Consultant
EDS PLM Solutions
"The Greatest Performance Improvement Is the transitioning from a non-working state to the working state"
-----Original Message-----
From: Aahz [mailto:aahz at pythoncraft.com]
Sent: Wednesday, October 01, 2003 3:29 PM
To: Schneider, Michael
Cc: python-dev at python.org
Subject: Re: [Python-Dev] Irix problems
On Wed, Oct 01, 2003, Schneider, Michael wrote:
>
> 2.3.2rc2 is the first try, we are updating from 1.5 on SGI...
In that case, it's too late. We need this fix out quickly to resolve
boo-boos in 2.3.1.
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
More information about the Python-Dev
mailing list