Message318021
| Author | matrixise |
|---|---|
| Recipients | matrixise, steven.daprano, vstinner |
| Date | 2018-05-29.13:01:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527598875.2.0.682650639539.issue33682@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
@Victor, Thanks and you are right, int and float are not keywords of Python, in this case, we can override them. @Steven, in fact, the optimization was, when you see float/int (if they are keywords), don't call the function via the bytecode. Thanks and I close this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-29 13:01:15 | matrixise | set | recipients: + matrixise, vstinner, steven.daprano |
| 2018-05-29 13:01:15 | matrixise | set | messageid: <1527598875.2.0.682650639539.issue33682@psf.upfronthosting.co.za> |
| 2018-05-29 13:01:15 | matrixise | link | issue33682 messages |
| 2018-05-29 13:01:15 | matrixise | create | |