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 martin.panter
Recipients Arfrever, christian.heimes, eric.araujo, martin.panter, nadeem.vawda, nikratio, pitrou, serhiy.storchaka, vstinner
Date 2015-01-17.03:58:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421467119.15.0.150306512241.issue15955@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-17 03:58:39martin.pantersetrecipients: + martin.panter, pitrou, vstinner, christian.heimes, nadeem.vawda, eric.araujo, Arfrever, nikratio, serhiy.storchaka
2015-01-17 03:58:39martin.pantersetmessageid: <1421467119.15.0.150306512241.issue15955@psf.upfronthosting.co.za>
2015-01-17 03:58:39martin.panterlinkissue15955 messages
2015-01-17 03:58:38martin.pantercreate