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 larry
Recipients ajaksu2, dalcinl, larry
Date 2009-04-02.20:02:40
SpamBayes Score 0.00039119044
Marked as misclassified No
Message-id <1238702562.05.0.277727872881.issue5630@psf.upfronthosting.co.za>
In-reply-to
Content
Having slept on it, I agree that we only need one API to create an
object.  Since passing in a "context" will be relatively rare, users who
need that can use PyCObject_SetContext().  I'll remove
PyCObject_FromVoidPtrWithContext() in my next patch.
History
Date User Action Args
2009-04-02 20:02:42larrysetrecipients: + larry, dalcinl, ajaksu2
2009-04-02 20:02:42larrysetmessageid: <1238702562.05.0.277727872881.issue5630@psf.upfronthosting.co.za>
2009-04-02 20:02:41larrylinkissue5630 messages
2009-04-02 20:02:41larrycreate