Martin Panter added the comment:

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.

----------
Added file: http://bugs.python.org/file37734/issue15955_lzma_r5.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to