Message203252
> 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? |
|
| Date |
User |
Action |
Args |
| 2013-11-18 08:25:00 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka, David.Edelsohn |
| 2013-11-18 08:25:00 | vstinner | set | messageid: <[email protected]> |
| 2013-11-18 08:25:00 | vstinner | link | issue19633 messages |
| 2013-11-18 08:25:00 | vstinner | create | |
|