commit | d5fc99873769f0d0d5c5d5d99059177a75a4e46e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sun Feb 21 12:02:04 2021 +0100 |
committer | GitHub <noreply@github.com> | Sun Feb 21 12:02:04 2021 +0100 |
tree | 62651f8f8bea0fa001c79f8932437926e3879efe | |
parent | 38b6c2acd4bba666bd64779c42b9d91cbee19274 [diff] |
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582) * No longer save/restore the current exception. It is no longer used with an exception raised. * No longer clear the current exception on error: it's now up to the caller.