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: Patch fixing #1481770 (wrong shared lib ext on hpux ia64)
Type: Stage:
Components: Interpreter Core Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: deckrider, loewis
Priority: normal Keywords: patch

Created on 2006-05-07 13:33 by deckrider, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
hpux-shlib-v2.patch deckrider, 2006-05-09 04:13 corrected patch fixing #1481770 (wrong shared lib ext on hpux ia64)
Messages (3)
msg50197 - (view) Author: David Everly (deckrider) Date: 2006-05-07 13:33
(configure and pyconfig.h.in must be regenerated after
applying this patch)

Not heavily tested, since I only have Linux (i686) at home.

Will test on HPUX ia64 tomorrow and report back.
msg50198 - (view) Author: David Everly (deckrider) Date: 2006-05-09 04:13
Logged In: YES 
user_id=1113403

I tested against hpux ia64 today, and found that the
original patch required correction.  Here is the result.
msg50199 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-05-11 04:33
Logged In: YES 
user_id=21627

This is being tracked in #1481770; closing it here as
out-of-date.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43327
2006-05-07 13:33:45deckridercreate