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 docs@python, martin.panter, mine0901, orsenthil, python-dev, r.david.murray, serhiy.storchaka
Date 2016-09-26.17:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474912218.95.0.104003692601.issue25909@psf.upfronthosting.co.za>
In-reply-to
Content
Seems I was wrong. PyDict_Keys/PyDict_Values/PyDict_Items return a list in Python 3. Thus comments in Include/abstract.h were correct. Xiang Zhang noticed this in issue28211.
History
Date User Action Args
2016-09-26 17:50:19serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, r.david.murray, docs@python, python-dev, martin.panter, mine0901
2016-09-26 17:50:18serhiy.storchakasetmessageid: <1474912218.95.0.104003692601.issue25909@psf.upfronthosting.co.za>
2016-09-26 17:50:18serhiy.storchakalinkissue25909 messages
2016-09-26 17:50:18serhiy.storchakacreate