diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-11-03 14:02:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 14:02:07 (GMT) |
commit | 1a95ad68b4156fbd04bd5c479f3ef9ca30f0a8f5 (patch) | |
tree | b79a4f12f62e5ea60cc4c1b6f48e381ede42b344 /Misc/NEWS.d | |
parent | 4db71c3ca7ba6c290ebdf54452ff0ccca0a174af (diff) | |
download | cpython-1a95ad68b4156fbd04bd5c479f3ef9ca30f0a8f5.zip cpython-1a95ad68b4156fbd04bd5c479f3ef9ca30f0a8f5.tar.gz cpython-1a95ad68b4156fbd04bd5c479f3ef9ca30f0a8f5.tar.bz2 |
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-111655) (#111674)
(cherry picked from commit 3a1b09e6d070778d78d81084f88d37377d38ee9b)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-11-03-01-04-55.gh-issue-111654.scUhDO.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-03-01-04-55.gh-issue-111654.scUhDO.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-03-01-04-55.gh-issue-111654.scUhDO.rst new file mode 100644 index 0000000..e9a896e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-03-01-04-55.gh-issue-111654.scUhDO.rst @@ -0,0 +1,2 @@ +Fix runtime crash when some error happens in opcode +``LOAD_FROM_DICT_OR_DEREF``. |