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 belopolsky
Recipients belopolsky, jackdied, murrayc
Date 2010-06-06.18:04:07
SpamBayes Score 0.00037534357
Marked as misclassified No
Message-id <1275847449.76.0.178808281575.issue7463@psf.upfronthosting.co.za>
In-reply-to
Content
PyCObject is deprecated in 2.7 and removed in 3.x.  PyCapsule_Import() should be used instead of PyCObject_Import() and it already has correct signature:

Include/pycapsule.h:PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int no_block);

Since this is not a bug, I don't think it is appropriate to change it in 2.x.
History
Date User Action Args
2010-06-06 18:04:10belopolskysetrecipients: + belopolsky, jackdied, murrayc
2010-06-06 18:04:09belopolskysetmessageid: <1275847449.76.0.178808281575.issue7463@psf.upfronthosting.co.za>
2010-06-06 18:04:08belopolskylinkissue7463 messages
2010-06-06 18:04:07belopolskycreate