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 r.david.murray
Recipients r.david.murray
Date 2016-09-07.01:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473213436.61.0.0831325497078.issue27988@psf.upfronthosting.co.za>
In-reply-to
Content
In the right (wrong) circumstances the iter_attachments function may mutate the payload list.  The fix is simple (make a copy before operating on it).  Attached is a patch with test.
History
Date User Action Args
2016-09-07 01:57:16r.david.murraysetrecipients: + r.david.murray
2016-09-07 01:57:16r.david.murraysetmessageid: <1473213436.61.0.0831325497078.issue27988@psf.upfronthosting.co.za>
2016-09-07 01:57:16r.david.murraylinkissue27988 messages
2016-09-07 01:57:16r.david.murraycreate