]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:08:57 +0000 (21:08 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 20:08:57 +0000 (20:08 +0000)
commit3bb0eb4ca97721de85ad394d0d010d9da2904da2
tree1962435b0e906a9dcf9a5b3e0e8cf87e4a21b7ef
parentc1bfd4cb9c86a35c03ca330589ff0eda4d5ce77c
[3.14] gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667) (GH-140685)

(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