diff options
author | Justin Applegate <70449145+Legoclones@users.noreply.github.com> | 2024-06-28 21:43:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 21:43:45 (GMT) |
commit | 92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0 (patch) | |
tree | e7c08f62448d0a3af3a6b78d810ed9a2e753cde8 /Python/thread.c | |
parent | e6543daf12051e9c660a5c0437683e8d2706a3c7 (diff) | |
download | cpython-92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0.zip cpython-92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0.tar.gz cpython-92893fd8dc803ed7cdde55d29d25f84ccb5e3ef0.tar.bz2 |
gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (#121136)
PyObject_GetAttr returns a new reference, but this reference is never decremented using Py_DECREF, so Py_DECREF calls to this referece are added
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions