Commit b8a56906 authored by Meador Inge's avatar Meador Inge

Issue #15368: fixing variable typo.

parent 6642d1f9
......@@ -379,7 +379,7 @@ dictbytype(PyObject *src, int scope_type, int flag, int offset)
Py_DECREF(sorted_keys);
return NULL;
}
num_keys = PyList_GET_SIZE(src);
num_keys = PyList_GET_SIZE(sorted_keys);
for (key_i = 0; key_i < num_keys; key_i++) {
k = PyList_GET_ITEM(sorted_keys, key_i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment