]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Nov 2024 06:52:51 +0000 (08:52 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 06:52:51 +0000 (06:52 +0000)
commit844d908adb0cd5cfe07e229c614b98f7c2e7a810
tree6f42cde8edb179fee31a0709b983b8c3e7628688
parent94423b6be1edbee886eae11ea2accea39bcf55d3
[3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126424)

(cherry picked from commit d3840503b0f590ee574fbdf3c96626ff8b3c45f6)
Include/internal/pycore_typeobject.h
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2024-11-02-19-20-44.gh-issue-126303.yVvyWB.rst [new file with mode: 0644]
Modules/posixmodule.c
Objects/typeobject.c