]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108976. Keep monitoring data structures valid during de-optimization during callba...
authorMark Shannon <mark@hotpy.org>
Mon, 11 Sep 2023 13:37:09 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 13:37:09 +0000 (14:37 +0100)
commit4a69301ea4539da172a00a80e78c07e9b41c1f8e
treea9a792308c5630381c3f9aa92c57ea1f14fb4982
parent60b8341d07649194aa73108369a1e04ed1848794
GH-108976. Keep monitoring data structures valid during de-optimization during callback. (GH-109131)
Lib/test/test_monitoring.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Core and Builtins/2023-09-06-22-50-25.gh-issue-108976.MUKaIJ.rst [new file with mode: 0644]
Python/instrumentation.c