diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-11-05 06:23:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 06:23:17 (GMT) |
commit | d3840503b0f590ee574fbdf3c96626ff8b3c45f6 (patch) | |
tree | 92bc28b3086033c2a9fea91121d5a8cf83f1f04a /Misc/NEWS.d | |
parent | d9602265479bcd96dc377d92a34556baf34ac3cd (diff) | |
download | cpython-d3840503b0f590ee574fbdf3c96626ff8b3c45f6.zip cpython-d3840503b0f590ee574fbdf3c96626ff8b3c45f6.tar.gz cpython-d3840503b0f590ee574fbdf3c96626ff8b3c45f6.tar.bz2 |
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-02-19-20-44.gh-issue-126303.yVvyWB.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-02-19-20-44.gh-issue-126303.yVvyWB.rst b/Misc/NEWS.d/next/Library/2024-11-02-19-20-44.gh-issue-126303.yVvyWB.rst new file mode 100644 index 0000000..0072c97 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-02-19-20-44.gh-issue-126303.yVvyWB.rst @@ -0,0 +1 @@ +Fix pickling and copying of :class:`os.sched_param` objects. |