SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 59 Python

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