]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140698)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Oct 2025 12:45:27 +0000 (13:45 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 12:45:27 +0000 (18:15 +0530)
commit02604314ba3e97cc1918520e9ef5c0c4a6e7fe47
tree70a69a81096a98882e78c19f871ba0b2240077c3
parent84e01df17536cf1431506d89424bd2870a633971
[3.14] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140698)

GH-140590: Fix setstate for functools.partial C-module (GH-140671)

(cherry picked from commit d26686a7f87d63499f7296c0811fa0535637a93b)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2025-10-27-18-29-42.gh-issue-140590.LT9HHn.rst [new file with mode: 0644]
Modules/_functoolsmodule.c