Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d773c6e commit ef6e44dCopy full SHA for ef6e44d
1 file changed
Python/specialize.c
@@ -111,7 +111,6 @@ _Py_GetSpecializationStats(void) {
111
int err = 0;
112
err += add_stat_dict(stats, LOAD_ATTR, "load_attr");
113
err += add_stat_dict(stats, LOAD_GLOBAL, "load_global");
114
- err += add_stat_dict(stats, LOAD_METHOD, "load_method");
115
err += add_stat_dict(stats, BINARY_SUBSCR, "binary_subscr");
116
err += add_stat_dict(stats, STORE_SUBSCR, "store_subscr");
117
err += add_stat_dict(stats, STORE_ATTR, "store_attr");
0 commit comments