Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the
requested name doesn't exist in globals: clear the KeyError exception before calling PyObject_GetItem(). Fail also if the raised exception is not a KeyError.
V
Victor Stinner committed
60a1d3cd152e9340727409ee48372a7cbc31a16f
Parent: 4d11a94