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 vstinner
Recipients Guido.van.Rossum, gvanrossum, pablogsal, vstinner, yselivanov
Date 2021-02-21.11:02:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613905338.01.0.478778396219.issue42093@roundup.psfhosted.org>
In-reply-to
Content
New changeset d5fc99873769f0d0d5c5d5d99059177a75a4e46e by Victor Stinner in branch 'master':
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
https://github.com/python/cpython/commit/d5fc99873769f0d0d5c5d5d99059177a75a4e46e
History
Date User Action Args
2021-02-21 11:02:18vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, Guido.van.Rossum, pablogsal
2021-02-21 11:02:18vstinnersetmessageid: <1613905338.01.0.478778396219.issue42093@roundup.psfhosted.org>
2021-02-21 11:02:18vstinnerlinkissue42093 messages
2021-02-21 11:02:17vstinnercreate