]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Oct 2025 19:42:32 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 19:42:32 +0000 (21:42 +0200)
commit364ae607d8035db8ba92486ebebd8225446c1a90
tree8d1ea50e079bb6f63f434e638e51f93ac99f0b64
parenta7160912274003672dc116d918260c0a81551c21
gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-140667)
Lib/test/test_os/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