Message349551
Maybe an even better idea would be to partially inline PyLong_FromLong(). If the check for small ints in PyLong_FromLong() would be inlined, then the compiler could optimize those checks. This would benefit all users of PyLong_FromLong() without code changes. |
|
| Date |
User |
Action |
Args |
| 2019-08-13 12:51:22 | jdemeyer | set | recipients:
+ jdemeyer, sir-sigurd |
| 2019-08-13 12:51:22 | jdemeyer | set | messageid: <1565700682.87.0.474791780127.issue37837@roundup.psfhosted.org> |
| 2019-08-13 12:51:22 | jdemeyer | link | issue37837 messages |
| 2019-08-13 12:51:22 | jdemeyer | create | |
|