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.

Unsupported provider

Author dalcinl
Recipients ajaksu2, dalcinl, larry
Date 2009-05-04.15:48:24
SpamBayes Score 0.00026682898
Marked as misclassified No
Message-id <1241452106.51.0.245975074943.issue5630@psf.upfronthosting.co.za>
In-reply-to
Content
In Doc/c-api/capsule.rst, you wrote

.. cfunction:: int PyCapsule_Import(const char* name, int no_block)

but it should be:

.. cfunction:: void* PyCapsule_Import(const char* name, int no_block)

Additionally, you wrote "disambugate" in many places.
History
Date User Action Args
2009-05-04 15:48:26dalcinlsetrecipients: + dalcinl, larry, ajaksu2
2009-05-04 15:48:26dalcinlsetmessageid: <1241452106.51.0.245975074943.issue5630@psf.upfronthosting.co.za>
2009-05-04 15:48:24dalcinllinkissue5630 messages
2009-05-04 15:48:24dalcinlcreate