Message156670
| Author | serhiy.storchaka |
|---|---|
| Recipients | alanmcintyre, loewis, nadeem.vawda, serhiy.storchaka |
| Date | 2012-03-23.16:55:29 |
| SpamBayes Score | 0.044457708 |
| Marked as misclassified | No |
| Message-id | <1332521732.8.0.568354165068.issue14371@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fixed regeression in decompression. Nadeem Vawda, we both were wrong. `buf += data` is noticeably faster `b''.join()` in CPython. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-23 16:55:33 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, alanmcintyre, nadeem.vawda |
| 2012-03-23 16:55:32 | serhiy.storchaka | set | messageid: <1332521732.8.0.568354165068.issue14371@psf.upfronthosting.co.za> |
| 2012-03-23 16:55:32 | serhiy.storchaka | link | issue14371 messages |
| 2012-03-23 16:55:32 | serhiy.storchaka | create | |