[Patches] [ python-Patches-768840 ] IRIX libmpc patch

SourceForge.net noreply@sourceforge.net
Thu, 10 Jul 2003 14:14:02 -0700


Patches item #768840, was opened at 2003-07-10 03:43
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=768840&group_id=5470

Category: Build
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Pruett (mpruett)
Assigned to: Nobody/Anonymous (nobody)
Summary: IRIX libmpc patch

Initial Comment:
It is not necessary to link with -lmpc to get native
threads on IRIX. I do not recall a time when this
library was needed, but it was certainly prior to the
release of IRIX 6.5 (in 1998). I propose removing
references to this library, as is done in the following
patch against Python 2.2.3.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-07-10 23:14

Message:
Logged In: YES 
user_id=21627

According to PEP 11, only Irix 4 support will get dropped,
and only in Python 2.4. So Irix 5 is still supposed to work,
and this patch is unacceptable unless there is confirmation
that the patch does work on Irix 5.

Of course, we can deprecate Irix 5 and mpc support now, i.e.
give a warning in Python 2.4, and remove the code in Python
2.5. Then we would need to make sure whether all Irix 6
releases work with this patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=768840&group_id=5470