Message 289472 - Python tracker
Message289472
| Author | tim.peters |
|---|---|
| Recipients | elliot.gorokhovsky, eryksun, mdk, ppperry, serhiy.storchaka, tim.peters, vstinner |
| Date | 2017-03-12.04:32:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1489293125.83.0.492750228094.issue28685@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The impact would be small: it would add one (or so) pointer-equality compare that, in practice, will always say "yup, they're equal". Dirt cheap, and the branch is 100% predictable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-12 04:32:05 | tim.peters | set | recipients: + tim.peters, vstinner, serhiy.storchaka, eryksun, ppperry, mdk, elliot.gorokhovsky |
| 2017-03-12 04:32:05 | tim.peters | set | messageid: <1489293125.83.0.492750228094.issue28685@psf.upfronthosting.co.za> |
| 2017-03-12 04:32:05 | tim.peters | link | issue28685 messages |
| 2017-03-12 04:32:05 | tim.peters | create | |