Message254955
Actually it did make an existing bug a bit worse. The bug is triggered with valid sizes greater than LONG_MAX, due to an exception not being cleared, and my change made this bug more dramatic, turning the OverflowError into a crash. This new patch should fix that.
I’m now looking at adding the other tests that require allocating lots of memory. |
|
| Date |
User |
Action |
Args |
| 2015-11-20 08:11:43 | martin.panter | set | recipients:
+ martin.panter, twouters, nadeem.vawda, serhiy.storchaka, Matthew.Brett, Ben Cipollini |
| 2015-11-20 08:11:42 | martin.panter | set | messageid: <[email protected]> |
| 2015-11-20 08:11:42 | martin.panter | link | issue25626 messages |
| 2015-11-20 08:11:42 | martin.panter | create | |
|