This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, brett.cannon, flox, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, serhiy.storchaka
Date 2012-07-18.20:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342644923.27.0.472587975267.issue15368@psf.upfronthosting.co.za>
In-reply-to
Content
Meador, you have forgotten to fix the error "PyList_GET_SIZE(src)". src is not list, should be "PyList_GET_SIZE(sorted_keys)".
History
Date User Action Args
2012-07-18 20:55:23serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, mark.dickinson, ncoghlan, pitrou, Arfrever, flox, meador.inge, python-dev
2012-07-18 20:55:23serhiy.storchakasetmessageid: <1342644923.27.0.472587975267.issue15368@psf.upfronthosting.co.za>
2012-07-18 20:55:22serhiy.storchakalinkissue15368 messages
2012-07-18 20:55:22serhiy.storchakacreate