Message284594
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] |
|
| Date |
User |
Action |
Args |
| 2017-01-03 22:02:00 | brett.cannon | set | recipients:
+ brett.cannon, Sandeep Srinivasa |
| 2017-01-03 22:02:00 | brett.cannon | set | messageid: <[email protected]> |
| 2017-01-03 22:02:00 | brett.cannon | link | issue29141 messages |
| 2017-01-03 22:02:00 | brett.cannon | create | |
|