Message285944
| Author | serhiy.storchaka |
|---|---|
| Recipients | methane, rhettinger, serhiy.storchaka, vstinner |
| Date | 2017-01-21.08:48:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484988486.81.0.143441109138.issue29336@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Following patch uses _PyCode_ConstantKey() as a key. This allows supporting integers, floats, bytes, etc. But I think we can go further and merge constants recursively. See also issue28813. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-21 08:48:06 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, methane |
| 2017-01-21 08:48:06 | serhiy.storchaka | set | messageid: <1484988486.81.0.143441109138.issue29336@psf.upfronthosting.co.za> |
| 2017-01-21 08:48:06 | serhiy.storchaka | link | issue29336 messages |
| 2017-01-21 08:48:06 | serhiy.storchaka | create | |