[issue5630] Create alternative CObject API that is safe and clean

Lisandro Dalcin report at bugs.python.org
Mon May 4 17:48:26 CEST 2009


Lisandro Dalcin <dalcinl at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5630>
_______________________________________


More information about the Python-bugs-list mailing list