Message385967
I am attaching to this issue a patch with PR 23503 restricted to only classes without dict. I can measure a speedup but is super small (5%) in a function that keeps calling a method for a builtin:
def foo(obj):
for _ in range(10000):
res = obj.index(42)
return res |
|
Date |
User |
Action |
Args |
2021-01-30 02:42:00 | pablogsal | set | recipients:
+ pablogsal, gvanrossum, barry, nascheme, methane, Mark.Shannon, yselivanov, Guido.van.Rossum, corona10, Johan Dahlin, BTaskaya, bismatrimony |
2021-01-30 02:42:00 | pablogsal | set | messageid: <1611974520.56.0.385517573349.issue42115@roundup.psfhosted.org> |
2021-01-30 02:42:00 | pablogsal | link | issue42115 messages |
2021-01-30 02:42:00 | pablogsal | create | |
|