]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-140590: Fix setstate for functools.partial C-module (GH-140671)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Tue, 28 Oct 2025 09:28:32 +0000 (14:28 +0500)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 09:28:32 +0000 (10:28 +0100)
commitd26686a7f87d63499f7296c0811fa0535637a93b
treee45f5c5e39e80842ceceffdd9f4bbc9030752e6c
parentf4e6370582380b12286b6f5b625c282eaf12c84a
GH-140590: Fix setstate for functools.partial C-module (GH-140671)

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