SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 40 Python

gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr (GH-106034)

These functions are broken by design because they discard any exceptions raised
inside, including MemoryError and KeyboardInterrupt.  They should not be
used in new code.
S
Serhiy Storchaka committed
1d33d5378058671bfabb6f4d4b5bfd4726973ff9
Parent: 41ad4df
Committed by GitHub <noreply@github.com> on 6/23/2023, 5:10:32 PM