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 brett.cannon
Recipients Sandeep Srinivasa, brett.cannon
Date 2017-01-03.22:02:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483480920.48.0.106413950031.issue29141@psf.upfronthosting.co.za>
In-reply-to
Content
To help you work around this you can simplify your original code such that you don't trigger the issue:

dict((key, val) for key, val in docs_uploaded_at.iteritems() if len(val) == 3)

and

[x for x in registered if x.phone not in with_transaction_mobile]
History
Date User Action Args
2017-01-03 22:02:00brett.cannonsetrecipients: + brett.cannon, Sandeep Srinivasa
2017-01-03 22:02:00brett.cannonsetmessageid: <1483480920.48.0.106413950031.issue29141@psf.upfronthosting.co.za>
2017-01-03 22:02:00brett.cannonlinkissue29141 messages
2017-01-03 22:02:00brett.cannoncreate