summaryrefslogtreecommitdiffstats
path: root/Python/pytime.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-06-23 17:10:32 (GMT)
committerGitHub <noreply@github.com>2023-06-23 17:10:32 (GMT)
commit1d33d5378058671bfabb6f4d4b5bfd4726973ff9 (patch)
treec522809e945151a3525780025b88475695445ad3 /Python/pytime.c
parent41ad4dfc04c201728ce9fa12b1a96922dd15a368 (diff)
downloadcpython-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/pytime.c')
0 files changed, 0 insertions, 0 deletions