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 skrah
Recipients hct, skrah
Date 2013-12-02.18:33:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131202183353.GA6479@sleipnir.bytereef.org>
In-reply-to <1386008017.04.0.491940683133.issue19803@psf.upfronthosting.co.za>
Content
Memoryview sends a *request* to ctypes to fill in a Py_buffer struct according
to the buffer *protocol*.  IOW, memoryview knows nothing about ctypes.

For some reason ctypes fills in 'B' as the format if _pack_ is set.  I do not
know if that is intended, it could be a ctypes issue.
History
Date User Action Args
2013-12-02 18:33:54skrahsetrecipients: + skrah, hct
2013-12-02 18:33:53skrahlinkissue19803 messages
2013-12-02 18:33:53skrahcreate