Message235384
| Author | serhiy.storchaka |
|---|---|
| Recipients | kristjan.jonsson, larry, loewis, pitrou, serhiy.storchaka, vajrasky, vstinner |
| Date | 2015-02-04.11:16:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1423048609.7.0.339445204269.issue20416@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch which adds separate dict for interned strings (otherwise they can be uninterned) and for bytes. It also slightly simplify the code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-04 11:16:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, pitrou, kristjan.jonsson, vstinner, larry, vajrasky |
| 2015-02-04 11:16:49 | serhiy.storchaka | set | messageid: <1423048609.7.0.339445204269.issue20416@psf.upfronthosting.co.za> |
| 2015-02-04 11:16:49 | serhiy.storchaka | link | issue20416 messages |
| 2015-02-04 11:16:48 | serhiy.storchaka | create | |