Message186800
Yes, test is needed. Current tests don't cover this case.
I suggest to move obj.append out of the tight loop, as in C implementation.
append = obj.append
for item in items:
append(item) |
|
| Date |
User |
Action |
Args |
| 2013-04-13 19:07:11 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, alexandre.vassalotti |
| 2013-04-13 19:07:10 | serhiy.storchaka | set | messageid: <1365880030.98.0.224458268282.issue17720@psf.upfronthosting.co.za> |
| 2013-04-13 19:07:10 | serhiy.storchaka | link | issue17720 messages |
| 2013-04-13 19:07:10 | serhiy.storchaka | create | |
|