Message356842
What if using identity equality on integer literals is intended?
I'm now trying to speed up the generated code via the integer interning mechanism told by https://docs.python.org/3/c-api/long.html#c.PyLong_FromLong .
I think it okay to not complain when the operand of `is` or `is not` is an integer between -5 and 256. |
|
| Date |
User |
Action |
Args |
| 2019-11-18 05:31:54 | thautwarm | set | recipients:
+ thautwarm, barry, brett.cannon, nascheme, rhettinger, jwilk, steven.daprano, njs, serhiy.storchaka, xiang.zhang, Anthony Sottile, miss-islington, user30111 |
| 2019-11-18 05:31:54 | thautwarm | set | messageid: <[email protected]> |
| 2019-11-18 05:31:53 | thautwarm | link | issue34850 messages |
| 2019-11-18 05:31:53 | thautwarm | create | |
|