mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove LOAD_METHOD stats. (GH-93807)
This commit is contained in:
parent
d773c6e95a
commit
ef6e44d392
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ _Py_GetSpecializationStats(void) {
|
|||
int err = 0;
|
||||
err += add_stat_dict(stats, LOAD_ATTR, "load_attr");
|
||||
err += add_stat_dict(stats, LOAD_GLOBAL, "load_global");
|
||||
err += add_stat_dict(stats, LOAD_METHOD, "load_method");
|
||||
err += add_stat_dict(stats, BINARY_SUBSCR, "binary_subscr");
|
||||
err += add_stat_dict(stats, STORE_SUBSCR, "store_subscr");
|
||||
err += add_stat_dict(stats, STORE_ATTR, "store_attr");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue