bpo-42093: Cleanup _PyDict_GetItemHint() by vstinner · Pull Request #24582 · python/cpython

@vstinner

* 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.

gvanrossum

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
* 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.