Message234160
Adding issue15955_lzma_r5.diff. Main changes from r4:
* Consistent Py_ssize_t type for data_size
* max_size → max_length to match Python parameter name
* Arranged for EOF handling to occur before, and instead of, saving the input buffer
* Removed my LZMAFile test
Nikolaus, I hope I am not getting in your way by updating this patch. I though I should take responsibility for removing the test I accidentally added in r4. |
|
Date |
User |
Action |
Args |
2015-01-17 03:58:39 | martin.panter | set | recipients:
+ martin.panter, pitrou, vstinner, christian.heimes, nadeem.vawda, eric.araujo, Arfrever, nikratio, serhiy.storchaka |
2015-01-17 03:58:39 | martin.panter | set | messageid: <1421467119.15.0.150306512241.issue15955@psf.upfronthosting.co.za> |
2015-01-17 03:58:39 | martin.panter | link | issue15955 messages |
2015-01-17 03:58:38 | martin.panter | create | |
|