]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158)
authorThomas Kowalski <thom.kowa@gmail.com>
Mon, 1 Jun 2026 14:32:13 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 14:32:13 +0000 (17:32 +0300)
commitc5516e7e371f7b273eb37c7b65f14ef14ee81f11
treef1b8ddc0ecb8a5e9d36ad845bea4bb1be2647065
parentcc0269334fdf7be12de79316882befd5cdb4cf7e
gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158)
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