diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-06-23 17:10:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 17:10:32 (GMT) |
commit | 1d33d5378058671bfabb6f4d4b5bfd4726973ff9 (patch) | |
tree | c522809e945151a3525780025b88475695445ad3 /Python/tracemalloc.c | |
parent | 41ad4dfc04c201728ce9fa12b1a96922dd15a368 (diff) | |
download | cpython-1d33d5378058671bfabb6f4d4b5bfd4726973ff9.zip cpython-1d33d5378058671bfabb6f4d4b5bfd4726973ff9.tar.gz cpython-1d33d5378058671bfabb6f4d4b5bfd4726973ff9.tar.bz2 |
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.
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions