]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Nov 2024 06:23:17 +0000 (08:23 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 06:23:17 +0000 (08:23 +0200)
commitd3840503b0f590ee574fbdf3c96626ff8b3c45f6
tree92bc28b3086033c2a9fea91121d5a8cf83f1f04a
parentd9602265479bcd96dc377d92a34556baf34ac3cd
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
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