]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 May 2024 20:42:51 +0000 (16:42 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 20:42:51 +0000 (20:42 +0000)
commit6e9863d7a3516cc76d6ce13923b15620499f3855
tree06894f78bbed5cb71c0180e1f9355939a622d7a4
parentb64182550f73e556344bd754d32e3be5d22a74e1
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Doc/c-api/monitoring.rst
Include/cpython/monitoring.h
Include/internal/pycore_opcode_metadata.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2024-05-20-14-57-39.gh-issue-118692.Qadm7F.rst [new file with mode: 0644]
Modules/_testcapi/monitoring.c
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h
Python/instrumentation.c