]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jun 2026 14:59:09 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 14:59:09 +0000 (14:59 +0000)
commitb65c28206fe3e8cc3fbf33b99b563e967986da3d
tree23bb4505b49377eaea9976435a0a7bbbf5a22cf6
parente60e8cfe8bda635923507bb36949d42ae780564e
[3.15] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (#150711)

(cherry picked from commit c5516e7e371f7b273eb37c7b65f14ef14ee81f11)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
Misc/NEWS.d/next/Library/2026-05-21-20-47-45.gh-issue-150157.ZvmO-bQZ.rst [new file with mode: 0644]
Modules/_pickle.c