Message387452
I made a similar change in _PyDict_GetItemHint():
commit d5fc99873769f0d0d5c5d5d99059177a75a4e46e (HEAD -> master, upstream/master)
Author: Victor Stinner <[email protected]>
Date: Sun Feb 21 12:02:04 2021 +0100
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. |
|
| Date |
User |
Action |
Args |
| 2021-02-21 11:08:13 | vstinner | set | recipients:
+ vstinner, ncoghlan, eric.snow |
| 2021-02-21 11:08:13 | vstinner | set | messageid: <[email protected]> |
| 2021-02-21 11:08:13 | vstinner | link | issue40839 messages |
| 2021-02-21 11:08:13 | vstinner | create | |
|