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 sir-sigurd
Recipients sir-sigurd
Date 2018-09-04.04:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536034432.71.0.56676864532.issue34573@psf.upfronthosting.co.za>
In-reply-to
Content
Currently __reduce__() implementation of set and dict iterators saves items to list using next/PyList_Append(), it could be simplified by using PySequence_List().
History
Date User Action Args
2018-09-04 04:13:52sir-sigurdsetrecipients: + sir-sigurd
2018-09-04 04:13:52sir-sigurdsetmessageid: <1536034432.71.0.56676864532.issue34573@psf.upfronthosting.co.za>
2018-09-04 04:13:52sir-sigurdlinkissue34573 messages
2018-09-04 04:13:52sir-sigurdcreate