diff options
author | Justin Applegate <70449145+Legoclones@users.noreply.github.com> | 2024-11-19 16:00:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 16:00:35 (GMT) |
commit | 29cbcbd73bbfd8c953c0b213fb33682c289934ff (patch) | |
tree | 9edeae99c346311b1eaff0089bbfb8060b0c8639 /.github | |
parent | c5c9286804e38c95fe717f22ce1bf2f18eee5b17 (diff) | |
download | cpython-29cbcbd73bbfd8c953c0b213fb33682c289934ff.zip cpython-29cbcbd73bbfd8c953c0b213fb33682c289934ff.tar.gz cpython-29cbcbd73bbfd8c953c0b213fb33682c289934ff.tar.bz2 |
gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990)
If PyObject_SetItem() fails in the `load_build()` function of _pickle.c, no DECREF for the `dict` variable.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions