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 snoeberger
Recipients docs@python, snoeberger
Date 2017-10-11.00:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507681127.43.0.213398074469.issue31754@psf.upfronthosting.co.za>
In-reply-to
Content
The signature for PyBuffer_FillContiguousStrides in the documentation shows that the type of parameter 'itemsize' is Py_ssize_t [1]. This is different from the signature in Include/abstract.h which shows that the type as int [2].


[1] https://docs.python.org/3/c-api/buffer.html#c.PyBuffer_FillContiguousStrides
[2] https://github.com/python/cpython/blob/49b2734bf12dc1cda80fd73d3ec8896ae3e362f2/Include/abstract.h#L559-L563
History
Date User Action Args
2017-10-11 00:18:47snoebergersetrecipients: + snoeberger, docs@python
2017-10-11 00:18:47snoebergersetmessageid: <1507681127.43.0.213398074469.issue31754@psf.upfronthosting.co.za>
2017-10-11 00:18:47snoebergerlinkissue31754 messages
2017-10-11 00:18:46snoebergercreate