Message329536
| Author | rhettinger |
|---|---|
| Recipients | rhettinger, vstinner |
| Date | 2018-11-09.16:47:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541782058.67.0.788709270274.issue35199@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't think this should be merged. A lot of code of uses PyTuple_GET_ITEM(). Also, the "problem" your solving doesn't seem to exist in practice. Further, I worry that a compiler may choose not to inline on occasion, leading to performance regressions in code that has already been finely tuned. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-09 16:47:38 | rhettinger | set | recipients: + rhettinger, vstinner |
| 2018-11-09 16:47:38 | rhettinger | set | messageid: <1541782058.67.0.788709270274.issue35199@psf.upfronthosting.co.za> |
| 2018-11-09 16:47:38 | rhettinger | link | issue35199 messages |
| 2018-11-09 16:47:38 | rhettinger | create | |