[issue12851] ctypes: getbuffer() never provides strides

2019-03-08 Thread SilentGhost
Change by SilentGhost : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12851] ctypes: getbuffer() never provides strides

2019-02-24 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12851] ctypes: getbuffer() never provides strides

2017-12-04 Thread Jeff VanOss
Change by Jeff VanOss : -- keywords: +patch pull_requests: +4624 stage: needs patch -> patch review ___ Python tracker ___

[issue12851] ctypes: getbuffer() never provides strides

2014-10-14 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- assignee: skrah - nosy: -skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12851 ___ ___

[issue12851] ctypes: getbuffer() never provides strides

2014-06-25 Thread Mark Lawrence
Mark Lawrence added the comment: @Stefan do you want to follow this up? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12851

[issue12851] ctypes: getbuffer() never provides strides

2011-08-29 Thread Stefan Krah
New submission from Stefan Krah stefan-use...@bytereef.org: PyCData_NewGetBuffer() must provide strides information if requested, e.g. in response to a PyBUF_FULL_RO request. -- assignee: skrah components: Extension Modules messages: 143135 nosy: skrah priority: normal severity: normal