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
Date 2002-03-19.14:35:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The patch looks quite good. There are a number of remaining
issues that need to be resolved, though:

- please regenerate the patch against the current CVS. As
is, it fails to apply; parts of it are already in the CVS
(the thr_create changes)

- I think the SOVERSION should be 1.0, atleast initially:
for most Python releases, there will be only a single
release of the shared library, which should be named 1.0.

- Why do you think that no rpath is needed on Linux? It is
not needed if prefix is /usr, and on many installations, it
is also not needed if prefix is /usr/local. For all other
configurations, you still need a rpath on Linux.

- IMO, there could be a default case, assuming SysV-ish
configurations.
History
Date User Action Args
2007-08-23 15:11:29adminlinkissue527027 messages
2007-08-23 15:11:29admincreate