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 hct
Recipients hct, skrah
Date 2013-12-02.18:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I wonder why "_pack_ = 1" has significant impact on the behaviour of memoryview if memoryview is not a sub class of ctypes structure. unless memoryview was specifically coded to understand ctypes structure, I don't see why "_pack_ = 1" should make any difference.
History
Date User Action Args
2013-12-02 18:13:37hctsetrecipients: + hct, skrah
2013-12-02 18:13:37hctsetmessageid: <[email protected]>
2013-12-02 18:13:37hctlinkissue19803 messages
2013-12-02 18:13:36hctcreate