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 serhiy.storchaka, vstinner
Date 2020-10-26.06:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603694628.99.0.965307324986.issue42006@roundup.psfhosted.org>
In-reply-to
Content
New changeset fb5db7ec58624cab0797b4050735be865d380823 by Serhiy Storchaka in branch 'master':
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
https://github.com/python/cpython/commit/fb5db7ec58624cab0797b4050735be865d380823
History
Date User Action Args
2020-10-26 06:43:49serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2020-10-26 06:43:48serhiy.storchakasetmessageid: <1603694628.99.0.965307324986.issue42006@roundup.psfhosted.org>
2020-10-26 06:43:48serhiy.storchakalinkissue42006 messages
2020-10-26 06:43:48serhiy.storchakacreate