projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6642d1f
)
Issue #15368: fixing variable typo.
author
Meador Inge
<meadori@gmail.com>
Wed, 18 Jul 2012 21:32:37 +0000
(16:32 -0500)
committer
Meador Inge
<meadori@gmail.com>
Wed, 18 Jul 2012 21:32:37 +0000
(16:32 -0500)
Python/compile.c
patch
|
blob
|
history
diff --git
a/Python/compile.c
b/Python/compile.c
index d50344cf614de6bc777ab16e65d8fc8e613d2ba1..3cf8c6ef9c44102f4402695174b61fd95e6ed55b 100644
(file)
--- a/
Python/compile.c
+++ b/
Python/compile.c
@@
-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(s
rc
);
+ num_keys = PyList_GET_SIZE(s
orted_keys
);
for (key_i = 0; key_i < num_keys; key_i++) {
k = PyList_GET_ITEM(sorted_keys, key_i);