Camion <camion_spam-pyb...@yahoo.com> added the comment:

thank You Serhiy for your C implementation. 

About this question of the dilemma around the meaning of "non iterable int" why 
not simply put the "non iterable" between parenthesis to avoid making it too 
verbose ?

"cannot unpack (non-iterable) int object"
or "cannot unpack int object (not iterable)

However, I wonder why nearly all the changes I've seen, seem to be about int ? 
This situation might arise with any non-iterable type (I got it first with 
Fraction).

----------

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

Reply via email to