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.

Author loewis
Recipients akineko, loewis, nnorwitz, theller
Date 2007-09-05.17:47:27
SpamBayes Score 0.11606206
Marked as misclassified No
Message-id <1189014448.17.0.47201000537.issue1777530@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fine to me (with the addition of checking for sunos5
instead). A few things to consider:
- you could check the system at import time, rather than call time, of
_get_soname()
- notice that the file is located in /usr/ccs/bin, which may not be
  in everybody's path. So using an explicit path would be better.
- Sun itself recommend dump(1) instead of elfdump(1) for use 
  in "shell scripts". "/usr/ccs/bin/elfdump -Lpv /lib/libc.so.1"
  gives output including the line "[6]\tSONAME          libc.so.1\n"
History
Date User Action Args
2007-09-05 17:47:28loewissetspambayes_score: 0.116062 -> 0.11606206
recipients: + loewis, nnorwitz, theller, akineko
2007-09-05 17:47:28loewissetspambayes_score: 0.116062 -> 0.116062
messageid: <1189014448.17.0.47201000537.issue1777530@psf.upfronthosting.co.za>
2007-09-05 17:47:28loewislinkissue1777530 messages
2007-09-05 17:47:27loewiscreate