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, rhettinger, serhiy.storchaka, vstinner
Date 2019-02-25.15:59:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551110389.22.0.494646494048.issue35459@roundup.psfhosted.org>
In-reply-to
Content
New changeset a24107b04c1277e3c1105f98aff5bfa3a98b33a0 by Serhiy Storchaka in branch 'master':
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
https://github.com/python/cpython/commit/a24107b04c1277e3c1105f98aff5bfa3a98b33a0
History
Date User Action Args
2019-02-25 15:59:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, eric.snow
2019-02-25 15:59:49serhiy.storchakasetmessageid: <1551110389.22.0.494646494048.issue35459@roundup.psfhosted.org>
2019-02-25 15:59:49serhiy.storchakalinkissue35459 messages
2019-02-25 15:59:49serhiy.storchakacreate