]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Nov 2024 06:50:33 +0000 (07:50 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 06:50:33 +0000 (06:50 +0000)
commitce1a1a6021a2f0a1af8160b866869e9678618dfc
treeb040877f657420916b0d45537499b5d9b605849f
parent05da4eea5a094fd02cd9739647d88056944f27fb
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126423)

(cherry picked from commit d3840503b0f590ee574fbdf3c96626ff8b3c45f6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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