]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Oct 2025 20:05:10 +0000 (21:05 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 20:05:10 +0000 (20:05 +0000)
commit9c8eade20c6c6cc6f31dffb5e42472391d63bbf4
tree49b4c789439466ced46c3efb9822b96d66f223f4
parentfd6df6662459d8a3b86016f07bf7aa087bddfe87
[3.13] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140686)

(cherry picked from commit 364ae607d8035db8ba92486ebebd8225446c1a90)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2025-10-27-13-49-31.gh-issue-140634.ULng9G.rst [new file with mode: 0644]
Modules/posixmodule.c