]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Feb 2025 14:22:23 +0000 (15:22 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2025 14:22:23 +0000 (14:22 +0000)
commit2fcad2a47beef88937e1a8f3adba813a33cb31fe
tree60ff2eeccba2ab1c36f1e78f63b7c85038829de1
parentff92f6b228f8af807f5af521e669104069327ad1
[3.13] gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH-130180) (#130190)

gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (GH-130180)
(cherry picked from commit e7f00cd14f6a0c0dee6e733ac3e2c5d92e0809bb)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Modules/_pickle.c