diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-05-07 04:22:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 04:22:59 (GMT) |
commit | 0d9148823dbb6af020945ab1b487d7f183b561a5 (patch) | |
tree | 1c365d6f0e96c9b722c1b885883183a19d1b0127 /Misc | |
parent | b2cd54a4fb2ecdb7b1d30bda8af3314d3a32031e (diff) | |
download | cpython-0d9148823dbb6af020945ab1b487d7f183b561a5.zip cpython-0d9148823dbb6af020945ab1b487d7f183b561a5.tar.gz cpython-0d9148823dbb6af020945ab1b487d7f183b561a5.tar.bz2 |
gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-05-07-01-39-24.gh-issue-118414.G5GG7l.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-07-01-39-24.gh-issue-118414.G5GG7l.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-07-01-39-24.gh-issue-118414.G5GG7l.rst new file mode 100644 index 0000000..cd54504 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-07-01-39-24.gh-issue-118414.G5GG7l.rst @@ -0,0 +1 @@ +Add instrumented opcodes to YIELD_VALUE assertion for tracing cases. |