SIGN IN SIGN UP

[3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106040)

[3.11] 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..
(cherry picked from commit 1d33d5378058671bfabb6f4d4b5bfd4726973ff9)
S
Serhiy Storchaka committed
dbe416b82b8a4ba69d263b915167ea1650ff2412
Parent: c69f29f
Committed by GitHub <noreply@github.com> on 6/24/2023, 11:41:02 PM