]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-116090: Fix test and clarify behavior for exception events when exhausting a gener...
authorMark Shannon <mark@hotpy.org>
Fri, 26 Jul 2024 13:37:35 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 13:37:35 +0000 (14:37 +0100)
commit2c42e13e80610a9dedcb15b57d142602e8143481
tree9a7402efafe3566bb17ad14dd52dac7a785debed
parent95a73917cd5a204979a78c13ba912621f1eeb2e3
GH-116090: Fix test and clarify behavior for exception events when exhausting a generator. (GH-120697)
Doc/library/sys.monitoring.rst
Lib/test/test_monitoring.py