Message 258968 - Python tracker
Message258968
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, vstinner, yselivanov |
| Date | 2016-01-26.19:25:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453836356.55.0.302144628288.issue26204@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
LGTM. It looks to me that this optimization was added to avoid spending executing time for docstrings. Other cases almost never occur in real code and are not worth to be optimized. But the patch makes the code cleaner (it would even more cleaner if collapse all kinds of constants in Constant). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-26 19:25:56 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, yselivanov |
| 2016-01-26 19:25:56 | serhiy.storchaka | set | messageid: <1453836356.55.0.302144628288.issue26204@psf.upfronthosting.co.za> |
| 2016-01-26 19:25:56 | serhiy.storchaka | link | issue26204 messages |
| 2016-01-26 19:25:56 | serhiy.storchaka | create | |