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 methane, serhiy.storchaka, vstinner
Date 2020-10-26.07:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603698636.3.0.983008769395.issue42152@roundup.psfhosted.org>
In-reply-to
Content
The code uses also _PyDict_ContainsId() added in issue42006 instead of _PyDict_GetItemIdWithError().

Few uses of _PyDict_GetItemStringWithError() are left as is. I do not think it is worth to introduce _PyDict_ContainsString(). They could be rewritten using _PyDict_ContainsId() if we find it worth.
History
Date User Action Args
2020-10-26 07:50:36serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2020-10-26 07:50:36serhiy.storchakasetmessageid: <1603698636.3.0.983008769395.issue42152@roundup.psfhosted.org>
2020-10-26 07:50:36serhiy.storchakalinkissue42152 messages
2020-10-26 07:50:36serhiy.storchakacreate