Serhiy Storchaka <[email protected]> added the comment:

Meador, you have forgotten to fix the error "PyList_GET_SIZE(src)". src is not 
list, should be "PyList_GET_SIZE(sorted_keys)".

----------
nosy: +storchaka

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue15368>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to