Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information