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.

classification
Title: ctypes: getbuffer() never provides strides
Type: behavior Stage: patch review
Components: Extension Modules Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, belopolsky, meador.inge
Priority: normal Keywords: patch

Created on 2011-08-29 09:58 by skrah, last changed 2022-04-11 14:57 by admin.

Pull Requests
URL Status Linked Edit
PR 4714 open vanossj, 2017-12-05 02:47
Messages (2)
msg143135 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2011-08-29 09:58
PyCData_NewGetBuffer() must provide strides information if requested,
e.g. in response to a PyBUF_FULL_RO request.
msg221560 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-25 17:24
@Stefan do you want to follow this up?
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57060
2019-03-08 16:39:00SilentGhostsetnosy: + amaury.forgeotdarc, belopolsky, meador.inge
2019-02-24 22:08:29BreamoreBoysetnosy: - BreamoreBoy
-> (no value)
2017-12-05 02:47:51vanossjsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request4624
2014-10-14 17:10:17skrahsetassignee: skrah ->

nosy: - skrah
2014-06-25 17:24:41BreamoreBoysetnosy: + BreamoreBoy

messages: + msg221560
versions: + Python 3.4, Python 3.5, - Python 3.3
2011-08-29 09:58:42skrahcreate