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 2001-08-08.05:16:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

It seems that your patch is somewhat confused: It contains 
fragments of the SetPythonPath code, but fails to include 
the implementation of PyErr_Raise[Args].

I think the patch should also identify the places in the 
code that could make use of the offered simplifications 
(and change them to the new API), to get an impression of 
how general this API is. I'm +1 on the _Raise functions 
and -0 on the CallMethodArgs (why does it not support 
keyword arguments?).

History
Date User Action Args
2007-08-23 15:06:53adminlinkissue448305 messages
2007-08-23 15:06:53admincreate