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 vstinner
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2013-11-18.08:25:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384763100.94.0.806717276697.issue19633@psf.upfronthosting.co.za>
In-reply-to
Content
> array's constructor interprets its second memoryview argument as an iterable of integers.

Ok so, so your fix is correct.

> First patch fixes only a half of the issue. test_unseekable_incompleted_write() still failed because array.fromfile() fails read incomplete data.

Why the test succeeded on little endian?
History
Date User Action Args
2013-11-18 08:25:00vstinnersetrecipients: + vstinner, serhiy.storchaka, David.Edelsohn
2013-11-18 08:25:00vstinnersetmessageid: <1384763100.94.0.806717276697.issue19633@psf.upfronthosting.co.za>
2013-11-18 08:25:00vstinnerlinkissue19633 messages
2013-11-18 08:25:00vstinnercreate