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 eric.snow, methane, rhettinger, serhiy.storchaka, tim.peters
Date 2019-04-14.06:17:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555222674.8.0.871470405761.issue31954@roundup.psfhosted.org>
In-reply-to
Content
It the pure Python implementation PyDict_GetItem also
returns value, not node of linked list.

> How about raising DeprecationWarning when OrderedDict is passed to
PyDict_* APIs?

This would violate the Liskov substitution principle and add an overhead for using PyDict_* APIs with regular dicts.
History
Date User Action Args
2019-04-14 06:17:54serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, methane, eric.snow
2019-04-14 06:17:54serhiy.storchakasetmessageid: <1555222674.8.0.871470405761.issue31954@roundup.psfhosted.org>
2019-04-14 06:17:54serhiy.storchakalinkissue31954 messages
2019-04-14 06:17:54serhiy.storchakacreate