]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-108976. Keep monitoring data structures valid during de-optimization during...
authorMark Shannon <mark@hotpy.org>
Tue, 12 Sep 2023 14:14:49 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 14:14:49 +0000 (16:14 +0200)
commit3efe7bc65f45ea568e71b16458e2d956be30b6c7
tree37905bcbda23e92df31facacc0d78cedca311f31
parent5e917a0b09dbd86cff88b04501898e72ade574d5
[3.12] GH-108976. Keep monitoring data structures valid during de-optimization during callback. (GH-109131) (#109268)

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