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 vstinner
Recipients larry, methane, serhiy.storchaka, vstinner
Date 2017-01-27.15:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485531987.92.0.834730451814.issue29300@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch, version 6:

* Rename "obj" variable to "iter"
* Fix unpack_from() signature: only the first parameter is positional only
History
Date User Action Args
2017-01-27 15:46:28vstinnersetrecipients: + vstinner, larry, methane, serhiy.storchaka
2017-01-27 15:46:27vstinnersetmessageid: <1485531987.92.0.834730451814.issue29300@psf.upfronthosting.co.za>
2017-01-27 15:46:27vstinnerlinkissue29300 messages
2017-01-27 15:46:27vstinnercreate