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.10:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603709291.01.0.667766553074.issue42152@roundup.psfhosted.org>
In-reply-to
Content
New changeset b510e101f8b5b31276bf97b921ca9247162881d2 by Serhiy Storchaka in branch 'master':
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
https://github.com/python/cpython/commit/b510e101f8b5b31276bf97b921ca9247162881d2
History
Date User Action Args
2020-10-26 10:48:11serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2020-10-26 10:48:11serhiy.storchakasetmessageid: <1603709291.01.0.667766553074.issue42152@roundup.psfhosted.org>
2020-10-26 10:48:11serhiy.storchakalinkissue42152 messages
2020-10-26 10:48:10serhiy.storchakacreate