Kristján Valur Jónsson added the comment:

There are two problems with the previous patch:
1) it can put out of bounds values into lz->indices.  This can cause problems 
then next time product_next() is called.
2) the case of a pool having zero size is not dealt with (it wasn't before 
either).
My patch should deal with both cases, but please verify since I don't have 
access to a python dev system at the moment.

----------

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

Reply via email to