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 Camion
Recipients Camion, eric.smith, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2017-12-19.04:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513657896.16.0.213398074469.issue32259@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-12-19 04:31:36Camionsetrecipients: + Camion, rhettinger, terry.reedy, eric.smith, steven.daprano, r.david.murray, serhiy.storchaka
2017-12-19 04:31:36Camionsetmessageid: <1513657896.16.0.213398074469.issue32259@psf.upfronthosting.co.za>
2017-12-19 04:31:36Camionlinkissue32259 messages
2017-12-19 04:31:35Camioncreate